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 <ajax@redhat.com>
Signed-off-by: Olivier Fourdan <ofourdan@redhat.com>
This commit is contained in:
Olivier Fourdan 2016-06-08 17:10:11 +02:00 committed by Adam Jackson
parent c69bd15e00
commit 4653793de3

View File

@ -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;