aboutsummaryrefslogtreecommitdiff
path: root/sway/tree/container.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/tree/container.c')
-rw-r--r--sway/tree/container.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/tree/container.c b/sway/tree/container.c
index bd9f9894..09a6b7ce 100644
--- a/sway/tree/container.c
+++ b/sway/tree/container.c
@@ -78,7 +78,6 @@ struct sway_container *container_create(enum sway_container_type type) {
}
c->id = next_id++;
c->layout = L_NONE;
- c->workspace_layout = L_NONE;
c->type = type;
c->alpha = 1.0f;