diff options
author | Aleksis <aleksis.jauntevs@ml1.net> | 2019-09-07 20:08:39 +0300 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2019-09-07 20:22:54 +0300 |
commit | 982e01f46c1a4e6cc7cc7c8b706e1c3881db709f (patch) | |
tree | a18209a959dd3f7bfa8a1379c313230d280f0748 | |
parent | aa8ea2fa82d3870fd26907d245b906e3aabc6025 (diff) |
remove unused layer shell surface variable
-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; }; |