mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-02 17:00:19 +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;
|
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