wayland: Remove some unused fields

This commit is contained in:
Matthias Clasen 2023-05-14 13:06:00 -04:00
parent 951b448e90
commit 5393173afa

View File

@ -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;