diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/sway/layers.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sway/layers.h b/include/sway/layers.h index 01d066d5..255af8a0 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; }; |