[gtk/dnd-cleanups] wayland: Remove an unused field



commit eaabcac7b97fe86c89128ecdfb7a10d63b1afd1b
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Jul 3 00:23:37 2018 +0200

    wayland: Remove an unused field
    
    GdkDragWayland.suggested_action was entirely unused, so drop it.

 gdk/wayland/gdkdnd-wayland.c | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/gdk/wayland/gdkdnd-wayland.c b/gdk/wayland/gdkdnd-wayland.c
index 4288693766..2339096810 100644
--- a/gdk/wayland/gdkdnd-wayland.c
+++ b/gdk/wayland/gdkdnd-wayland.c
@@ -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;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]