[gtk+] dnd: Remove unused struct members



commit 175d5d580e3e8d1d39e16fadb3c5682370a9bd0d
Author: Benjamin Otte <otte redhat com>
Date:   Sat Nov 21 20:14:24 2015 +0100

    dnd: Remove unused struct members

 gtk/gtkdnd.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/gtk/gtkdnd.c b/gtk/gtkdnd.c
index 8761f13..fca901b 100644
--- a/gtk/gtkdnd.c
+++ b/gtk/gtkdnd.c
@@ -98,10 +98,6 @@ struct _GtkDragSourceSite
 
   GtkIconHelper     *icon_helper;
   GtkGesture        *drag_gesture;
-
-  /* Stored button press information to detect drag beginning */
-  gint               state;
-  gint               x, y;
 };
   
 struct _GtkDragSourceInfo 


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