diff options
author | Benjamin Otte <otte@redhat.com> | 2017-12-14 04:34:33 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2017-12-14 04:39:22 +0100 |
commit | b49a9b9933490dc717894fbef4cae0df0775453c (patch) | |
tree | b1997059daa5d8760aefb0610f82b2ec0f438997 /gdk/gdkdnd.h | |
parent | 65fcff87b2df4d217814bf6519e2ebe433baf1aa (diff) | |
download | gtk+-b49a9b9933490dc717894fbef4cae0df0775453c.tar.gz |
dnd: Remove gdk_drag_get_selection()
Without selections, drags can't have them either.
Also included is removing the selection from GtkSelectionData.
Includes a bunch of crude cleanups to Wayland code that no longer has to
care about selection atoms.
Diffstat (limited to 'gdk/gdkdnd.h')
-rw-r--r-- | gdk/gdkdnd.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdk/gdkdnd.h b/gdk/gdkdnd.h index 8f75a7d1d2..683b508a34 100644 --- a/gdk/gdkdnd.h +++ b/gdk/gdkdnd.h @@ -115,8 +115,6 @@ GDK_AVAILABLE_IN_ALL void gdk_drop_finish (GdkDragContext *context, gboolean success, guint32 time_); -GDK_AVAILABLE_IN_ALL -GdkAtom gdk_drag_get_selection (GdkDragContext *context); GDK_AVAILABLE_IN_3_94 void gdk_drop_read_async (GdkDragContext *context, |