subcompositor: use role object destroy handler

This commit is contained in:
Kirill Primak 2022-11-03 21:48:07 +03:00
parent 3da2cf3eb3
commit 2518ace573
2 changed files with 32 additions and 39 deletions

View file

@ -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;