From 0db326e5ca3dd244dda502c8261801c04ff792ab Mon Sep 17 00:00:00 2001 From: Roman Gilg Date: Wed, 8 Jul 2020 10:24:41 +0200 Subject: [PATCH] xwayland: Remove unused xwl_screen entry In xwl_present_window an xwl_screen entry was declared but never actually used. Signed-off-by: Roman Gilg --- hw/xwayland/xwayland-present.h | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/xwayland/xwayland-present.h b/hw/xwayland/xwayland-present.h index 5a7cb3607..89d8db6d2 100644 --- a/hw/xwayland/xwayland-present.h +++ b/hw/xwayland/xwayland-present.h @@ -34,7 +34,6 @@ #ifdef GLAMOR_HAS_GBM struct xwl_present_window { - struct xwl_screen *xwl_screen; struct xwl_present_event *sync_flip; WindowPtr window; struct xorg_list frame_callback_list;