diff --git a/include/sway/layers.h b/include/sway/layers.h index 01d066d52..255af8a01 100644 --- a/include/sway/layers.h +++ b/include/sway/layers.h @@ -21,7 +21,6 @@ struct sway_layer_surface { struct wl_listener output_destroy; struct wl_listener new_popup; - bool configured; struct wlr_box geo; };