wayland: drop unused member variables
authorDavid Edmundson <davidedmundson@kde.org>
Fri, 1 Oct 2021 12:24:50 +0000 (13:24 +0100)
committerDavid Edmundson <davidedmundson@kde.org>
Fri, 15 Oct 2021 10:53:18 +0000 (11:53 +0100)
gdk/wayland/gdksurface-wayland.c

index 0a02cede9194c02fa983d2f99439062d7ab38c31..53abdc230200f065c9ce9140beef1fecc0e46852 100644 (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;