[gtk: 1/3] wayland: drop unused member variables




commit 66de8f33fb9108f65fedbcec04b1238a8657cf75
Author: David Edmundson <davidedmundson kde org>
Date:   Fri Oct 1 13:24:50 2021 +0100

    wayland: drop unused member variables

 gdk/wayland/gdksurface-wayland.c | 3 ---
 1 file changed, 3 deletions(-)
---
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;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]