[gtk+/gtk-3-22] wayland: Remove unused data structure



commit beb2caacb96661069cb79e9c076f6f6d91527214
Author: Christophe Fergeau <cfergeau redhat com>
Date:   Tue Nov 28 17:43:24 2017 +0100

    wayland: Remove unused data structure
    
    Signed-off-by: Christophe Fergeau <cfergeau redhat com>
    
    https://bugzilla.gnome.org/show_bug.cgi?id=790031

 gdk/wayland/gdkselection-wayland.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/gdk/wayland/gdkselection-wayland.c b/gdk/wayland/gdkselection-wayland.c
index b31af85..0012feb 100644
--- a/gdk/wayland/gdkselection-wayland.c
+++ b/gdk/wayland/gdkselection-wayland.c
@@ -61,12 +61,6 @@ struct _StoredSelection
   gint fd;
 };
 
-struct _DataSourceData
-{
-  GdkWindow *window;
-  GdkAtom selection;
-};
-
 struct _DataOfferData
 {
   GDestroyNotify destroy_notify;


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