aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorIsaac Freund <ifreund@ifreund.xyz>2020-11-05 13:07:45 +0100
committerSimon Ser <contact@emersion.fr>2020-11-05 13:18:04 +0100
commit8348fc3ef8b992fce097bef81111eda3677957f4 (patch)
treee1f33d205ff16c314529cc4a392302af20527bc8 /include
parent4471a83ed0ce3c717d6d59c0a99fbc63614cb248 (diff)
xwayland: remove unused listener
Diffstat (limited to 'include')
-rw-r--r--include/wlr/xwayland.h1
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;