mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-04-15 23:20:36 +02:00
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:
parent
495bf63a7d
commit
0db326e5ca
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue