]> git.armaanb.net Git - dwm.git/commitdiff
removed the comment again
authorAnselm R Garbe <garbeam@gmail.com>
Thu, 13 Mar 2008 16:30:29 +0000 (16:30 +0000)
committerAnselm R Garbe <garbeam@gmail.com>
Thu, 13 Mar 2008 16:30:29 +0000 (16:30 +0000)
dwm.c

diff --git a/dwm.c b/dwm.c
index 0894c651c9b36615e0e858df585b132df40d9f1f..a54329a7f23117ada470594c1b2a71eef818d3ed 100644 (file)
--- 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;