diff options
author | Mikkel Oscar Lyderik <mikkeloscar@gmail.com> | 2016-04-25 13:40:21 +0200 |
---|---|---|
committer | Mikkel Oscar Lyderik <mikkeloscar@gmail.com> | 2016-04-25 13:40:21 +0200 |
commit | 05b4965a99417b74df13e9138b14347e7dc47685 (patch) | |
tree | 0b329d72536a75e5d960b25b4414b9d1fe4a5018 /sway | |
parent | 856ac7d5cca35dcff2f484003fceba1217b1e491 (diff) |
Remove commented code
Diffstat (limited to 'sway')
-rw-r--r-- | sway/layout.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sway/layout.c b/sway/layout.c index fa613211..3e550927 100644 --- a/sway/layout.c +++ b/sway/layout.c @@ -303,8 +303,6 @@ void move_container(swayc_t *container, enum movement_direction dir) { child = parent; parent = child->parent; } - // Dirty hack to fix a certain case - /* arrange_windows(parent, -1, -1); */ arrange_windows(parent->parent, -1, -1); set_focused_container_for(parent->parent, container); } |