mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-30 15:31:34 +00:00
Remove an unused field
Drag contexts are objects, so there is no need to carry a manual refcount around.
This commit is contained in:
parent
5722f25d51
commit
a683629dc7
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user