JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
removed the comment again
[dwm.git] / dwm.c
diff --git a/dwm.c b/dwm.c
index 0894c65..a54329a 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;