]> git.armaanb.net Git - dwm.git/commitdiff
removed useless comment
authorAnselm R Garbe <garbeam@gmail.com>
Wed, 2 Jul 2008 10:19:02 +0000 (11:19 +0100)
committerAnselm R Garbe <garbeam@gmail.com>
Wed, 2 Jul 2008 10:19:02 +0000 (11:19 +0100)
config.def.h

index 8490e481d9f099b025d472e3978584cc79151938..d408e70dab3344b7c97c3e04cbd30c0e60ca23f8 100644 (file)
@@ -34,7 +34,7 @@ static Layout layouts[] = {
        /* symbol     arrange function */
        { "[]=",      tile },    /* first entry is default */
        { "><>",      NULL },    /* no layout function means floating behavior */
-       { "[M]",      monocle }, /* first entry is default */
+       { "[M]",      monocle },
 };
 
 /* key definitions */