1
0
Fork 0

xwayland: remove unused struct field

This commit is contained in:
Carlos Garnacho 2015-05-18 20:53:45 +02:00
parent 4fc1811c15
commit 719d8bd0c7

View file

@ -55,7 +55,6 @@ typedef struct {
GOutputStream *stream;
GCancellable *cancellable;
gchar *mime_type;
guint selection : 3;
guint incr : 1;
} X11SelectionData;