summaryrefslogtreecommitdiff
path: root/gdk/gdkdragprivate.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2018-07-13 18:56:58 +0200
committerMatthias Clasen <mclasen@redhat.com>2018-07-15 15:58:05 -0400
commit228f813c4303a19eac0fdd8cfd69b048f4856ceb (patch)
treece91a8bbf2ba50df4f88bfe75df047a0052e0063 /gdk/gdkdragprivate.h
parent17386b5cf7d4d3758c9d6559c4d4fb8f77a5ed16 (diff)
downloadgtk+-228f813c4303a19eac0fdd8cfd69b048f4856ceb.tar.gz
dnd: Drop gdk_drag_drop
This is an inconsistently used private api, and just adds a vfunc indirection for no other benefit.
Diffstat (limited to 'gdk/gdkdragprivate.h')
-rw-r--r--gdk/gdkdragprivate.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gdk/gdkdragprivate.h b/gdk/gdkdragprivate.h
index 665f8452e5..86c5c3a0f5 100644
--- a/gdk/gdkdragprivate.h
+++ b/gdk/gdkdragprivate.h
@@ -33,8 +33,6 @@ typedef struct _GdkDragClass GdkDragClass;
struct _GdkDragClass {
GObjectClass parent_class;
- void (*drag_drop) (GdkDrag *drag,
- guint32 time_);
GdkSurface* (*get_drag_surface) (GdkDrag *drag);
void (*set_hotspot) (GdkDrag *drag,
gint hot_x,
@@ -85,9 +83,6 @@ gboolean gdk_drag_handle_source_event (GdkEvent *event);
GdkCursor * gdk_drag_get_cursor (GdkDrag *drag,
GdkDragAction action);
-void gdk_drag_drop (GdkDrag *drag,
- guint32 time_);
-
void gdk_drag_write_async (GdkDrag *drag,
const char *mime_type,
GOutputStream *stream,