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 <subdiff@gmail.com>
This commit is contained in:
Roman Gilg 2020-07-08 10:24:41 +02:00
parent 495bf63a7d
commit 0db326e5ca
1 changed files with 0 additions and 1 deletions

View File

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