wayland: remove unneeded statement

seat->pointer_info.focus is already set to NULL 2 lines above, no need to
repeat it there.
This commit is contained in:
Olivier Fourdan 2016-06-29 15:19:42 +02:00
parent 298221bfba
commit e032c83822

View File

@ -1317,8 +1317,6 @@ pointer_handle_leave (void *data,
if (seat->cursor)
gdk_wayland_pointer_stop_cursor_animation (&seat->pointer_info);
seat->pointer_info.focus = NULL;
if (display_wayland->seat_version < WL_POINTER_HAS_FRAME)
gdk_wayland_seat_flush_frame_event (seat);
}