commit 982e01f46c1a4e6cc7cc7c8b706e1c3881db709f parent aa8ea2fa82d3870fd26907d245b906e3aabc6025 Author: Aleksis <aleksis.jauntevs@ml1.net> Date: Sat, 7 Sep 2019 20:08:39 +0300 remove unused layer shell surface variable Diffstat:
| M | include/sway/layers.h | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git 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; };