about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAnselm R Garbe <garbeam@gmail.com>2008-03-13 16:30:29 +0000
committerAnselm R Garbe <garbeam@gmail.com>2008-03-13 16:30:29 +0000
commit1380569133c986a5ddfab2c280f2e993f7803c48 (patch)
tree9bcd4951ae2758bcecc3e40ce24fa064e349988a
parent831428b00cf0bb6c7830c2178c8d13213f29b2db (diff)
downloaddwm-4.8.tar.gz
removed the comment again 4.8
-rw-r--r--dwm.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/dwm.c b/dwm.c
index 0894c65..a54329a 100644
--- a/dwm.c
+++ b/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;