aboutsummaryrefslogtreecommitdiffstats
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) {
78 } 78 }
79 c->id = next_id++; 79 c->id = next_id++;
80 c->layout = L_NONE; 80 c->layout = L_NONE;
81 c->workspace_layout = L_NONE;
82 c->type = type; 81 c->type = type;
83 c->alpha = 1.0f; 82 c->alpha = 1.0f;
84 83