summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2023-05-14 13:06:00 -0400
committerMatthias Clasen <mclasen@redhat.com>2023-05-14 13:06:00 -0400
commit5393173afa0511e8b1a1e6c3fae42a236028e78f (patch)
tree1b7cc7dd787340c004f906d1ccfa05a64c565593
parent951b448e90e5ce0b1bc61381729ef3dd713dcaa9 (diff)
downloadgtk+-5393173afa0511e8b1a1e6c3fae42a236028e78f.tar.gz
wayland: Remove some unused fields
-rw-r--r--gdk/wayland/gdktoplevel-wayland.c6
1 files changed, 0 insertions, 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
@@ -103,12 +103,6 @@ struct _GdkWaylandToplevel
} next_layout;
struct {
- GdkWaylandToplevelExported callback;
- gpointer user_data;
- GDestroyNotify destroy_func;
- } exported;
-
- struct {
gboolean was_set;
char *application_id;