wayland: Remove an unused field

GdkDragWayland.suggested_action was entirely unused, so drop it.
This commit is contained in:
Matthias Clasen 2018-07-03 00:23:37 +02:00
parent b94c3166bf
commit 63ab523146

View File

@ -51,7 +51,6 @@ struct _GdkWaylandDrag
struct wl_surface *dnd_wl_surface;
struct wl_data_source *data_source;
struct wl_data_offer *offer;
GdkDragAction selected_action;
uint32_t serial;
gint hot_x;
gint hot_y;