diff --git a/gdk/wayland/gdksurface-wayland.c b/gdk/wayland/gdksurface-wayland.c index 0a02cede91..53abdc2302 100644 --- a/gdk/wayland/gdksurface-wayland.c +++ b/gdk/wayland/gdksurface-wayland.c @@ -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;