aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2019-09-07 20:08:39 +0300
committerFurkan Sahin <furkan-dev@proton.me>2019-09-07 20:08:39 +0300
commit8c9dfc146119c18c282b561a4d7e119aa4753691 (patch)
treea18209a959dd3f7bfa8a1379c313230d280f0748
parent3d616f9cfa28c43f0cd84feebc0adbf4c4d307a0 (diff)
remove unused layer shell surface variable
-rw-r--r--include/sway/layers.h1
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;
};