From: Orestis Floros Date: Fri, 23 Mar 2018 11:00:36 +0000 (+0200) Subject: _con_move_to_con: remove outdated comment X-Git-Tag: 4.16~117^2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9a1fcff4e0e4a1b2bd825c25a9fc468b0a1841d8;p=i3%2Fi3 _con_move_to_con: remove outdated comment --- diff --git a/src/con.c b/src/con.c index 25bea8e5..669ff5d3 100644 --- a/src/con.c +++ b/src/con.c @@ -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 * 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) { workspace_show(current_ws); if (dont_warp) {