From 5393173afa0511e8b1a1e6c3fae42a236028e78f Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 14 May 2023 13:06:00 -0400 Subject: [PATCH] wayland: Remove some unused fields --- gdk/wayland/gdktoplevel-wayland.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/gdk/wayland/gdktoplevel-wayland.c b/gdk/wayland/gdktoplevel-wayland.c index 022e341dd7..a73c3de695 100644 --- a/gdk/wayland/gdktoplevel-wayland.c +++ b/gdk/wayland/gdktoplevel-wayland.c @@ -102,12 +102,6 @@ struct _GdkWaylandToplevel gboolean size_is_fixed; } next_layout; - struct { - GdkWaylandToplevelExported callback; - gpointer user_data; - GDestroyNotify destroy_func; - } exported; - struct { gboolean was_set; -- 2.30.2