Commit 1380569

Anselm R Garbe <garbeam@gmail.com>
2008-03-13 12:30:29
removed the comment again
1 parent 831428b
Changed files (1)
dwm.c
@@ -96,8 +96,7 @@ typedef struct {
 	const char *symbol;
 	void (*arrange)(void);
 	Bool isfloating;
-} Layout; /* TODO: layout should keep an auxilliary pointer to its Geometry,
-	     instead of having all those layout specific vars globally */
+} Layout; 
 
 typedef struct {
 	const char *prop;