]> git.sur5r.net Git - i3/i3/commitdiff
Removed comment on removal of legacy "default" layout. 1652/head
authorIngo Bürk <ingo.buerk@tngtech.com>
Sat, 11 Apr 2015 08:27:42 +0000 (10:27 +0200)
committerIngo Bürk <ingo.buerk@tngtech.com>
Sat, 11 Apr 2015 08:27:42 +0000 (10:27 +0200)
closes #1649

src/con.c

index 41dd0196ba8931e9793a7ba7c103e99a2ec0cbf8..dab8d29d439a36e56c21587819e03de0dfaaba99 100644 (file)
--- a/src/con.c
+++ b/src/con.c
@@ -1355,11 +1355,7 @@ void con_set_layout(Con *con, layout_t layout) {
          * with an orientation). Since we switched to splith/splitv layouts,
          * using the "default" layout (which "only" should happen when using
          * legacy configs) is using the last split layout (either splith or
-         * splitv) in order to still do the same thing.
-         *
-         * Starting from v4.6 though, we will nag users about using "layout
-         * default", and in v4.9 we will remove it entirely (with an
-         * appropriate i3-migrate-config mechanism). */
+         * splitv) in order to still do the same thing. */
         con->layout = con->last_split_layout;
         /* In case last_split_layout was not initialized… */
         if (con->layout == L_DEFAULT)