aboutsummaryrefslogtreecommitdiff
path: root/sway/tree/container.c
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-04-26 11:38:52 +0200
committerGitHub <noreply@github.com>2018-04-26 11:38:52 +0200
commitd94bb78ff3ade39cc848d0acfd571b9ac6917868 (patch)
treea61a0fb433462d42b48a23fb58dd3b2a3bc778d8 /sway/tree/container.c
parent7ac770f3c0d4aa4b38650ad5ec7d1f5b7e70028a (diff)
parentae39d7b28caa30652c0e48fda453f509e8e8d784 (diff)
Merge pull request #1863 from RyanDwyer/remove-workspace-layout
Remove sway_container.workspace_layout
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;