removed the comment again 4.8
authorAnselm R Garbe <garbeam@gmail.com>
Thu, 13 Mar 2008 16:30:29 +0000
changeset 1145 607015ddb091
parent 1144 20faf6b62b7f
child 1146 29b0911adab8
removed the comment again
dwm.c
--- a/dwm.c	Thu Mar 13 13:59:40 2008 +0000
+++ b/dwm.c	Thu Mar 13 16:30:29 2008 +0000
@@ -96,8 +96,7 @@
 	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;