From 719d8bd0c72a8978eed0cf544e272da46e99e8a7 Mon Sep 17 00:00:00 2001 From: Carlos Garnacho Date: Mon, 18 May 2015 20:53:45 +0200 Subject: [PATCH] xwayland: remove unused struct field --- src/wayland/meta-xwayland-selection.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wayland/meta-xwayland-selection.c b/src/wayland/meta-xwayland-selection.c index c2968016b..2b40d8c65 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;