diff options
author | Isaac Freund <ifreund@ifreund.xyz> | 2020-06-30 13:10:11 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2020-07-07 12:11:31 +0200 |
commit | 92c85858a9dfc11b83f374f53a7e70b6e08899cd (patch) | |
tree | afb546a2adca3a9a210682d465ab1f33174f0a8f /include/wlr | |
parent | b61a98c417efe360cfeedd252b2690a70fecb15a (diff) |
layer-shell: remove unused surface list
This was rendered useless in 5cde359.
Diffstat (limited to 'include/wlr')
-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 7c6a5cd2..b6a0a135 100644 --- a/include/wlr/types/wlr_layer_shell_v1.h +++ b/include/wlr/types/wlr_layer_shell_v1.h @@ -29,7 +29,6 @@ */ struct wlr_layer_shell_v1 { struct wl_global *global; - struct wl_list surfaces; // wl_layer_surface struct wl_listener display_destroy; @@ -63,7 +62,6 @@ struct wlr_layer_surface_v1_configure { }; struct wlr_layer_surface_v1 { - struct wl_list link; // wlr_layer_shell_v1::surfaces struct wlr_surface *surface; struct wlr_output *output; struct wl_resource *resource; |