From a683629dc7d1c5eacd8692cc691a071916a4e05f Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 26 Aug 2017 19:15:36 -0400 Subject: [PATCH] Remove an unused field Drag contexts are objects, so there is no need to carry a manual refcount around. --- gdk/x11/gdkdnd-x11.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gdk/x11/gdkdnd-x11.c b/gdk/x11/gdkdnd-x11.c index dd2d280ea2..8acf7be7b5 100644 --- a/gdk/x11/gdkdnd-x11.c +++ b/gdk/x11/gdkdnd-x11.c @@ -74,8 +74,6 @@ struct _GdkX11DragContext { GdkDragContext context; - guint ref_count; - gint start_x; /* Where the drag started */ gint start_y; guint16 last_x; /* Coordinates from last event */