_con_move_to_con: remove outdated comment
This commit is contained in:
parent
037b1c3710
commit
9a1fcff4e0
|
@ -1213,10 +1213,6 @@ static bool _con_move_to_con(Con *con, Con *target, bool behind_focused, bool fi
|
||||||
|
|
||||||
/* 7: when moving to another workspace, we leave the focus on the current
|
/* 7: when moving to another workspace, we leave the focus on the current
|
||||||
* workspace. (see also #809) */
|
* workspace. (see also #809) */
|
||||||
|
|
||||||
/* Descend focus stack in case focus_next is a workspace which can
|
|
||||||
* occur if we move to the same workspace. Also show current workspace
|
|
||||||
* to ensure it is focused. */
|
|
||||||
if (!ignore_focus) {
|
if (!ignore_focus) {
|
||||||
workspace_show(current_ws);
|
workspace_show(current_ws);
|
||||||
if (dont_warp) {
|
if (dont_warp) {
|
||||||
|
|
Loading…
Reference in New Issue