mirror of
https://github.com/swaywm/sway.git
synced 2024-11-17 21:49:16 +00:00
Remove commented code
This commit is contained in:
parent
856ac7d5cc
commit
05b4965a99
|
@ -303,8 +303,6 @@ void move_container(swayc_t *container, enum movement_direction dir) {
|
||||||
child = parent;
|
child = parent;
|
||||||
parent = child->parent;
|
parent = child->parent;
|
||||||
}
|
}
|
||||||
// Dirty hack to fix a certain case
|
|
||||||
/* arrange_windows(parent, -1, -1); */
|
|
||||||
arrange_windows(parent->parent, -1, -1);
|
arrange_windows(parent->parent, -1, -1);
|
||||||
set_focused_container_for(parent->parent, container);
|
set_focused_container_for(parent->parent, container);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue