From 8348fc3ef8b992fce097bef81111eda3677957f4 Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Thu, 5 Nov 2020 13:07:45 +0100 Subject: [PATCH] xwayland: remove unused listener --- include/wlr/xwayland.h | 1 - 1 file changed, 1 deletion(-) 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;