From edda9306ed6ea940a4310b1b606e3b5e866741f1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ingo=20B=C3=BCrk?= Date: Sat, 11 Apr 2015 10:27:42 +0200 Subject: [PATCH] Removed comment on removal of legacy "default" layout. closes #1649 --- src/con.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/con.c b/src/con.c index 41dd0196..dab8d29d 100644 --- 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) -- 2.39.5