aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/split.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands/split.c')
-rw-r--r--sway/commands/split.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sway/commands/split.c b/sway/commands/split.c
index ec56c2f0..782bab02 100644
--- a/sway/commands/split.c
+++ b/sway/commands/split.c
@@ -23,10 +23,6 @@ static struct cmd_results *do_split(int layout) {
23 workspace_split(ws, layout); 23 workspace_split(ws, layout);
24 } 24 }
25 25
26 if (con && con->parent && con->parent->parent) {
27 container_flatten(con->parent->parent);
28 }
29
30 if (root->fullscreen_global) { 26 if (root->fullscreen_global) {
31 arrange_root(); 27 arrange_root();
32 } else { 28 } else {