mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
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:
parent
298221bfba
commit
e032c83822
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user