wayland: Remove unused data structure

Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>

https://bugzilla.gnome.org/show_bug.cgi?id=790031
This commit is contained in:
Christophe Fergeau 2017-11-28 17:43:24 +01:00
parent 65808418e1
commit 93f6f253ea

View File

@ -61,12 +61,6 @@ struct _StoredSelection
gint fd;
};
struct _DataSourceData
{
GdkWindow *window;
GdkAtom selection;
};
struct _DataOfferData
{
GDestroyNotify destroy_notify;