aboutsummaryrefslogtreecommitdiff
path: root/include/wlr/xwayland/xwayland.h
diff options
context:
space:
mode:
authorKirill Primak <vyivel@eclair.cafe>2022-11-06 13:39:34 +0300
committerKirill Primak <vyivel@eclair.cafe>2022-11-06 17:00:00 +0300
commit32daa43a454bcea1306ad0976fd4161ce8c7e86f (patch)
tree7aa01e16938a12f848d4c33f8856db4c3a74aa16 /include/wlr/xwayland/xwayland.h
parentacd5a64fd128bc1efbad0bfca3e8d8088123c439 (diff)
xwayland/xwm: use role object destroy handler
Diffstat (limited to 'include/wlr/xwayland/xwayland.h')
-rw-r--r--include/wlr/xwayland/xwayland.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/wlr/xwayland/xwayland.h b/include/wlr/xwayland/xwayland.h
index d426a00d..fd161937 100644
--- a/include/wlr/xwayland/xwayland.h
+++ b/include/wlr/xwayland/xwayland.h
@@ -151,8 +151,6 @@ struct wlr_xwayland_surface {
struct wl_signal ping_timeout;
} events;
- struct wl_listener surface_destroy;
-
void *data;
};