From 66de8f33fb9108f65fedbcec04b1238a8657cf75 Mon Sep 17 00:00:00 2001 From: David Edmundson Date: Fri, 1 Oct 2021 13:24:50 +0100 Subject: [PATCH] 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;