From 92c85858a9dfc11b83f374f53a7e70b6e08899cd Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Tue, 30 Jun 2020 13:10:11 +0200 Subject: layer-shell: remove unused surface list This was rendered useless in 5cde359. --- include/wlr/types/wlr_layer_shell_v1.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/wlr') 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; -- cgit v1.2.3