Remove arrange_windows()

After the refactor, this function is no longer called.
This commit is contained in:
Ryan Dwyer 2018-04-30 08:47:38 +10:00
parent 78e3bc1329
commit 312fdf313f
2 changed files with 0 additions and 26 deletions

View file

@ -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);