aboutsummaryrefslogtreecommitdiff
path: root/include/sway
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway')
-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 @@
struct sway_container;
-void arrange_windows(struct sway_container *container);
-
// Determine the root container's geometry, then iterate to everything below
void arrange_root(void);