diff options
author | Benjamin Otte <otte@redhat.com> | 2017-12-13 19:27:51 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2017-12-13 19:27:51 +0100 |
commit | b66052f3ce9cec5209475b2cfb448ddd0a3abb3a (patch) | |
tree | a16ac0dbf0518b4fae6844a4ae7be64658a6bb9d /gdk/broadway/gdkselection-broadway.c | |
parent | 65eab87238191ac55d3a7f40f4e35795e1d67b53 (diff) | |
download | gtk+-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/broadway/gdkselection-broadway.c')
-rw-r--r-- | gdk/broadway/gdkselection-broadway.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/gdk/broadway/gdkselection-broadway.c b/gdk/broadway/gdkselection-broadway.c index 49548c8e70..2f30842b34 100644 --- a/gdk/broadway/gdkselection-broadway.c +++ b/gdk/broadway/gdkselection-broadway.c @@ -158,21 +158,6 @@ _gdk_broadway_display_get_selection_property (GdkDisplay *display, } void -gdk_broadway_display_clear_selection_targets (GdkDisplay *display, - GdkAtom selection) -{ -} - -void -gdk_broadway_display_add_selection_targets (GdkDisplay *display, - GdkWindow *window, - GdkAtom selection, - GdkAtom *targets, - guint ntargets) -{ -} - -void _gdk_broadway_display_send_selection_notify (GdkDisplay *display, GdkWindow *requestor, GdkAtom selection, |