]> git.sur5r.net Git - i3/i3/commitdiff
_con_move_to_con: remove outdated comment
authorOrestis Floros <orestisf1993@gmail.com>
Fri, 23 Mar 2018 11:00:36 +0000 (13:00 +0200)
committerOrestis Floros <orestisf1993@gmail.com>
Sat, 24 Mar 2018 13:21:11 +0000 (15:21 +0200)
src/con.c

index 25bea8e5df27238ac087e74c27aac72922201405..669ff5d3b44ba3293d04968fe3c01d64abad9924 100644 (file)
--- 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) {