Commit a6d23fb

Anselm R Garbe <garbeam@gmail.com>
2008-07-02 06:19:02
removed useless comment
1 parent bf76cef
Changed files (1)
config.def.h
@@ -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 */