diff options
Diffstat (limited to 'gdk/gdkdndprivate.h')
-rw-r--r-- | gdk/gdkdndprivate.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdk/gdkdndprivate.h b/gdk/gdkdndprivate.h index 16ad7332d4..2982bcb83c 100644 --- a/gdk/gdkdndprivate.h +++ b/gdk/gdkdndprivate.h @@ -105,9 +105,6 @@ struct _GdkDragContextClass { void (*drop_done) (GdkDragContext *context, gboolean success); - gboolean (*manage_dnd) (GdkDragContext *context, - GdkWindow *ipc_window, - GdkDragAction actions); void (*set_cursor) (GdkDragContext *context, GdkCursor *cursor); void (*cancel) (GdkDragContext *context, |