diff options
author | Isaac Freund <ifreund@ifreund.xyz> | 2020-11-05 13:07:45 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2020-11-05 13:18:04 +0100 |
commit | 8348fc3ef8b992fce097bef81111eda3677957f4 (patch) | |
tree | e1f33d205ff16c314529cc4a392302af20527bc8 /include/wlr/xwayland.h | |
parent | 4471a83ed0ce3c717d6d59c0a99fbc63614cb248 (diff) |
xwayland: remove unused listener
Diffstat (limited to 'include/wlr/xwayland.h')
-rw-r--r-- | include/wlr/xwayland.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/wlr/xwayland.h b/include/wlr/xwayland.h index b801b5dd..8de9ed07 100644 --- a/include/wlr/xwayland.h +++ b/include/wlr/xwayland.h @@ -84,7 +84,6 @@ struct wlr_xwayland { struct wl_listener server_ready; struct wl_listener server_destroy; - struct wl_listener client_destroy; struct wl_listener seat_destroy; void *data; |