From 2518ace573eac96aee161baee6f3028b6f7d74f1 Mon Sep 17 00:00:00 2001 From: Kirill Primak Date: Thu, 3 Nov 2022 21:48:07 +0300 Subject: subcompositor: use role object destroy handler --- include/wlr/types/wlr_subcompositor.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/wlr/types/wlr_subcompositor.h b/include/wlr/types/wlr_subcompositor.h index e7f6ab2f..afbff45b 100644 --- a/include/wlr/types/wlr_subcompositor.h +++ b/include/wlr/types/wlr_subcompositor.h @@ -40,7 +40,6 @@ struct wlr_subsurface { bool mapped; bool added; - struct wl_listener surface_destroy; struct wl_listener surface_client_commit; struct wl_listener parent_destroy; -- cgit v1.2.3