diff options
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/types/wlr_subcompositor.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/wlr/types/wlr_subcompositor.h b/include/wlr/types/wlr_subcompositor.h index c292ea0c..d20fef94 100644 --- a/include/wlr/types/wlr_subcompositor.h +++ b/include/wlr/types/wlr_subcompositor.h @@ -37,7 +37,6 @@ struct wlr_subsurface { bool synchronized; bool reordered; - bool mapped; bool added; struct wl_listener surface_client_commit; @@ -45,8 +44,6 @@ struct wlr_subsurface { struct { struct wl_signal destroy; - struct wl_signal map; - struct wl_signal unmap; } events; void *data; |