wayland: drop unused member variables

This commit is contained in:
David Edmundson 2021-10-01 13:24:50 +01:00
parent 49a64da7ec
commit 66de8f33fb

View File

@ -150,7 +150,6 @@ struct _GdkWaylandSurface
int shadow_right;
int shadow_top;
int shadow_bottom;
gboolean shadow_dirty;
struct wl_output *initial_fullscreen_output;
@ -169,8 +168,6 @@ struct _GdkWaylandSurface
int saved_width;
int saved_height;
gulong parent_surface_committed_handler;
struct {
GdkToplevelLayout *layout;
} toplevel;