Remove an unused field
Drag contexts are objects, so there is no need to carry a manual refcount around.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user