summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2017-11-28 17:43:24 +0100
committerChristophe Fergeau <cfergeau@redhat.com>2017-11-29 11:29:29 +0100
commit93f6f253ea123860561451c9a0edbd5e0b7504b7 (patch)
treefbc5926f3d90ea17e967f9e67c476c070fbcac1c
parent65808418e104f9b97ba117420884bca147ca9a55 (diff)
downloadgtk+-93f6f253ea123860561451c9a0edbd5e0b7504b7.tar.gz
wayland: Remove unused data structure
Signed-off-by: Christophe Fergeau <cfergeau@redhat.com> https://bugzilla.gnome.org/show_bug.cgi?id=790031
-rw-r--r--gdk/wayland/gdkselection-wayland.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/gdk/wayland/gdkselection-wayland.c b/gdk/wayland/gdkselection-wayland.c
index f85071c39f..e8f9453a8b 100644
--- a/gdk/wayland/gdkselection-wayland.c
+++ b/gdk/wayland/gdkselection-wayland.c
@@ -61,12 +61,6 @@ struct _StoredSelection
gint fd;
};
-struct _DataSourceData
-{
- GdkWindow *window;
- GdkAtom selection;
-};
-
struct _DataOfferData
{
GDestroyNotify destroy_notify;