From 4653793de3860f2d83a39919af348527bc719794 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan Date: Wed, 8 Jun 2016 17:10:11 +0200 Subject: [PATCH] wayland: Remove unused field in xwl_screen Can't find any reference of pointer_limbo_window in the code, let's remove it. Reviewed-by: Adam Jackson Signed-off-by: Olivier Fourdan --- hw/xwayland/xwayland.h | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/xwayland/xwayland.h b/hw/xwayland/xwayland.h index 70a0492b2..aead0a8af 100644 --- a/hw/xwayland/xwayland.h +++ b/hw/xwayland/xwayland.h @@ -47,7 +47,6 @@ struct xwl_screen { int height; int depth; ScreenPtr screen; - WindowPtr pointer_limbo_window; int expecting_event; enum RootClipMode root_clip_mode;