aboutsummaryrefslogtreecommitdiff
path: root/include/wlr
diff options
context:
space:
mode:
authorIsaac Freund <ifreund@ifreund.xyz>2020-06-30 13:10:11 +0200
committerSimon Ser <contact@emersion.fr>2020-07-07 12:11:31 +0200
commit92c85858a9dfc11b83f374f53a7e70b6e08899cd (patch)
treeafb546a2adca3a9a210682d465ab1f33174f0a8f /include/wlr
parentb61a98c417efe360cfeedd252b2690a70fecb15a (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.h2
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;