diff options
author | Carlos Garnacho <carlosg@gnome.org> | 2015-05-18 20:53:45 +0200 |
---|---|---|
committer | Carlos Garnacho <carlosg@gnome.org> | 2015-05-18 20:58:57 +0200 |
commit | 719d8bd0c72a8978eed0cf544e272da46e99e8a7 (patch) | |
tree | 758ca86fdc42ce706410fbe5e9d5ad4941da8605 | |
parent | 4fc1811c15f0caf342aa7c87ee75366144bea5a8 (diff) |
xwayland: remove unused struct field
-rw-r--r-- | src/wayland/meta-xwayland-selection.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wayland/meta-xwayland-selection.c b/src/wayland/meta-xwayland-selection.c index c2968016..2b40d8c6 100644 --- a/src/wayland/meta-xwayland-selection.c +++ b/src/wayland/meta-xwayland-selection.c @@ -55,7 +55,6 @@ typedef struct { GOutputStream *stream; GCancellable *cancellable; gchar *mime_type; - guint selection : 3; guint incr : 1; } X11SelectionData; |