From 982e01f46c1a4e6cc7cc7c8b706e1c3881db709f Mon Sep 17 00:00:00 2001
From: Aleksis <aleksis.jauntevs@ml1.net>
Date: Sat, 7 Sep 2019 20:08:39 +0300
Subject: remove unused layer shell surface variable

---
 include/sway/layers.h | 1 -
 1 file changed, 1 deletion(-)

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;
 };
 
-- 
cgit v1.2.3