diff options
author | Ryan Dwyer <[email protected]> | 2018-04-26 10:14:18 +1000 |
---|---|---|
committer | Ryan Dwyer <[email protected]> | 2018-04-26 10:14:18 +1000 |
commit | ae39d7b28caa30652c0e48fda453f509e8e8d784 (patch) | |
tree | a61a0fb433462d42b48a23fb58dd3b2a3bc778d8 /sway/tree/container.c | |
parent | 7ac770f3c0d4aa4b38650ad5ec7d1f5b7e70028a (diff) |
Remove sway_container.workspace_layout
Fixes #1716.
Diffstat (limited to 'sway/tree/container.c')
-rw-r--r-- | sway/tree/container.c | 1 |
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; |