wayland: Drop unused struct variable

https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1193

(cherry picked from commit b7366b5b53)
This commit is contained in:
Carlos Garnacho 2020-04-09 17:53:25 +02:00 committed by Robert Mader
parent e98e1c13dd
commit 5c7b5ef0d9

View File

@ -40,7 +40,6 @@ struct _MetaWaylandDataDevice
uint32_t selection_serial;
MetaWaylandDataSource *selection_data_source;
MetaWaylandDataSource *dnd_data_source;
struct wl_listener selection_data_source_listener;
struct wl_list resource_list;
MetaWaylandDragGrab *current_grab;
struct wl_client *focus_client;