Remove extraneous keyboard send_enter

This commit is contained in:
Drew DeVault 2017-11-09 08:40:15 -05:00
parent 66587eb430
commit 75fd9b8426
1 changed files with 0 additions and 1 deletions

View File

@ -150,7 +150,6 @@ void view_setup(struct roots_view *view) {
struct roots_input *input = view->desktop->server->input;
view_center(view);
set_view_focus(input, view->desktop, view);
wlr_seat_keyboard_notify_enter(input->wl_seat, view->wlr_surface);
struct wlr_box before;
view_get_size(view, &before);
view_update_output(view, &before);