From 93f6f253ea123860561451c9a0edbd5e0b7504b7 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Tue, 28 Nov 2017 17:43:24 +0100 Subject: [PATCH] wayland: Remove unused data structure Signed-off-by: Christophe Fergeau https://bugzilla.gnome.org/show_bug.cgi?id=790031 --- gdk/wayland/gdkselection-wayland.c | 6 ------ 1 file changed, 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;