layer-shell: remove unused surface list

This was rendered useless in 5cde359.
This commit is contained in:
Isaac Freund 2020-06-30 13:10:11 +02:00 committed by Simon Ser
parent b61a98c417
commit 92c85858a9
2 changed files with 0 additions and 6 deletions

View file

@ -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;