summaryrefslogtreecommitdiffstats
path: root/sway/tree/arrange.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/tree/arrange.c')
-rw-r--r--sway/tree/arrange.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sway/tree/arrange.c b/sway/tree/arrange.c
index 5452b13c..494a8461 100644
--- a/sway/tree/arrange.c
+++ b/sway/tree/arrange.c
@@ -14,8 +14,6 @@
14#include "list.h" 14#include "list.h"
15#include "log.h" 15#include "log.h"
16 16
17struct sway_container root_container;
18
19static void apply_horiz_layout(struct sway_container *parent) { 17static void apply_horiz_layout(struct sway_container *parent) {
20 size_t num_children = parent->children->length; 18 size_t num_children = parent->children->length;
21 if (!num_children) { 19 if (!num_children) {