diff options
Diffstat (limited to 'include')
-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; }; |