diff --git a/gtk/gtkdnd.c b/gtk/gtkdnd.c index 8761f13c24..fca901b956 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