diff options
author | Kirill Primak <vyivel@eclair.cafe> | 2022-11-06 13:39:34 +0300 |
---|---|---|
committer | Kirill Primak <vyivel@eclair.cafe> | 2022-11-06 17:00:00 +0300 |
commit | 32daa43a454bcea1306ad0976fd4161ce8c7e86f (patch) | |
tree | 7aa01e16938a12f848d4c33f8856db4c3a74aa16 /include/wlr | |
parent | acd5a64fd128bc1efbad0bfca3e8d8088123c439 (diff) |
xwayland/xwm: use role object destroy handler
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/xwayland/xwayland.h | 2 |
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; }; |