dnd: Remove GdkDragContext.dest_surface
The variable is now unused
This commit is contained in:
@@ -313,9 +313,6 @@ gdk_drag_context_finalize (GObject *object)
|
||||
if (context->source_surface)
|
||||
g_object_unref (context->source_surface);
|
||||
|
||||
if (context->dest_surface)
|
||||
g_object_unref (context->dest_surface);
|
||||
|
||||
G_OBJECT_CLASS (gdk_drag_context_parent_class)->finalize (object);
|
||||
}
|
||||
|
||||
|
||||
@@ -63,7 +63,6 @@ struct _GdkDragContext {
|
||||
|
||||
/*< private >*/
|
||||
GdkSurface *source_surface;
|
||||
GdkSurface *dest_surface;
|
||||
GdkSurface *drag_surface;
|
||||
|
||||
GdkContentProvider *content;
|
||||
|
||||
Reference in New Issue
Block a user