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/win32 | |
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/win32')
-rw-r--r-- | gdk/win32/gdkdnd-win32.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdk/win32/gdkdnd-win32.c b/gdk/win32/gdkdnd-win32.c index 6952807622..b05cced5a6 100644 --- a/gdk/win32/gdkdnd-win32.c +++ b/gdk/win32/gdkdnd-win32.c @@ -3266,7 +3266,6 @@ gdk_win32_drag_context_class_init (GdkWin32DragContextClass *klass) context_class->drop_reply = gdk_win32_drag_context_drop_reply; context_class->drop_finish = gdk_win32_drag_context_drop_finish; context_class->drop_status = gdk_win32_drag_context_drop_status; - context_class->get_selection = gdk_win32_drag_context_get_selection; context_class->get_drag_window = gdk_win32_drag_context_get_drag_window; context_class->set_hotspot = gdk_win32_drag_context_set_hotspot; |