summaryrefslogtreecommitdiff
path: root/gdk/gdkdisplayprivate.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2017-12-13 19:27:51 +0100
committerBenjamin Otte <otte@redhat.com>2017-12-13 19:27:51 +0100
commitb66052f3ce9cec5209475b2cfb448ddd0a3abb3a (patch)
treea16ac0dbf0518b4fae6844a4ae7be64658a6bb9d /gdk/gdkdisplayprivate.h
parent65eab87238191ac55d3a7f40f4e35795e1d67b53 (diff)
downloadgtk+-b66052f3ce9cec5209475b2cfb448ddd0a3abb3a.tar.gz
gdk: Remove gdk_selection_add_targets()
It's not needed anymore, now that we can look at the content provider's formats. Alose remove all the API in GTK that was used to set it.
Diffstat (limited to 'gdk/gdkdisplayprivate.h')
-rw-r--r--gdk/gdkdisplayprivate.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/gdk/gdkdisplayprivate.h b/gdk/gdkdisplayprivate.h
index a05a721721..b46bf4704b 100644
--- a/gdk/gdkdisplayprivate.h
+++ b/gdk/gdkdisplayprivate.h
@@ -185,13 +185,6 @@ struct _GdkDisplayClass
guchar **data,
GdkAtom *type,
gint *format);
- void (*clear_selection_targets)(GdkDisplay *display,
- GdkAtom selection);
- void (*add_selection_targets) (GdkDisplay *display,
- GdkWindow *window,
- GdkAtom selection,
- GdkAtom *targets,
- guint ntargets);
void (*convert_selection) (GdkDisplay *display,
GdkWindow *requestor,
GdkAtom selection,