diff options
author | Kirill Primak <vyivel@eclair.cafe> | 2022-11-03 20:44:21 +0300 |
---|---|---|
committer | Kirill Primak <vyivel@eclair.cafe> | 2022-11-06 17:00:00 +0300 |
commit | 3da2cf3eb3e6b358575263e526d261aa2e38deb1 (patch) | |
tree | 574ee54fd850fcfa7ea7fa41f331edb17f7c5f97 /include | |
parent | 756260ac0580be4cb760b97fa6853fca983ac3c3 (diff) |
layer-shell: use role object destroy handler
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/types/wlr_layer_shell_v1.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/wlr/types/wlr_layer_shell_v1.h b/include/wlr/types/wlr_layer_shell_v1.h index 3ebdbeda..034ab7d2 100644 --- a/include/wlr/types/wlr_layer_shell_v1.h +++ b/include/wlr/types/wlr_layer_shell_v1.h @@ -89,8 +89,6 @@ struct wlr_layer_surface_v1 { struct wlr_layer_surface_v1_state current, pending; - struct wl_listener surface_destroy; - struct { /** * The destroy signal indicates that the struct wlr_layer_surface is |