From: Matthias Clasen Date: Sat, 26 Aug 2017 23:15:36 +0000 (-0400) Subject: Remove an unused field X-Git-Tag: archive/raspbian/3.24.39-1+rpi1~1^2~65^2~39^2~315 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7b7a4bf1d0c9d95d0172096f205bc822b55132aa;p=gtk%2B3.0.git Remove an unused field Drag contexts are objects, so there is no need to carry a manual refcount around. --- diff --git a/gdk/x11/gdkdnd-x11.c b/gdk/x11/gdkdnd-x11.c index 4e5fd27eb1..09eb1b2ef2 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 */