summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sway/tree/arrange.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sway/tree/arrange.h b/include/sway/tree/arrange.h
index 7ccb88a2..ce95cfe9 100644
--- a/include/sway/tree/arrange.h
+++ b/include/sway/tree/arrange.h
@@ -3,8 +3,6 @@
3 3
4struct sway_container; 4struct sway_container;
5 5
6void arrange_windows(struct sway_container *container);
7
8// Determine the root container's geometry, then iterate to everything below 6// Determine the root container's geometry, then iterate to everything below
9void arrange_root(void); 7void arrange_root(void);
10 8