summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkselection-x11.c
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/x11/gdkselection-x11.c
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/x11/gdkselection-x11.c')
-rw-r--r--gdk/x11/gdkselection-x11.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/gdk/x11/gdkselection-x11.c b/gdk/x11/gdkselection-x11.c
index 04b60186ba..abef9b02ff 100644
--- a/gdk/x11/gdkselection-x11.c
+++ b/gdk/x11/gdkselection-x11.c
@@ -312,21 +312,6 @@ _gdk_x11_display_get_selection_property (GdkDisplay *display,
}
void
-gdk_x11_display_clear_selection_targets (GdkDisplay *display,
- GdkAtom selection)
-{
-}
-
-void
-gdk_x11_display_add_selection_targets (GdkDisplay *display,
- GdkWindow *window,
- GdkAtom selection,
- GdkAtom *targets,
- guint ntargets)
-{
-}
-
-void
_gdk_x11_display_send_selection_notify (GdkDisplay *display,
GdkWindow *requestor,
GdkAtom selection,