dnd: Remove unused struct members

This commit is contained in:
Benjamin Otte 2015-11-21 20:14:24 +01:00
parent 29cdb2001c
commit 175d5d580e

View File

@ -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