forked from AuroraMiddleware/gtk
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
888559235f
commit
7b7a4bf1d0
@ -74,8 +74,6 @@ struct _GdkX11DragContext
|
|||||||
{
|
{
|
||||||
GdkDragContext context;
|
GdkDragContext context;
|
||||||
|
|
||||||
guint ref_count;
|
|
||||||
|
|
||||||
gint start_x; /* Where the drag started */
|
gint start_x; /* Where the drag started */
|
||||||
gint start_y;
|
gint start_y;
|
||||||
guint16 last_x; /* Coordinates from last event */
|
guint16 last_x; /* Coordinates from last event */
|
||||||
|
Loading…
Reference in New Issue
Block a user