From 1380569133c986a5ddfab2c280f2e993f7803c48 Mon Sep 17 00:00:00 2001 From: Anselm R Garbe Date: Thu, 13 Mar 2008 16:30:29 +0000 Subject: [PATCH] removed the comment again --- dwm.c | 3 +-- 1 file changed, 1 insertion(+), 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; -- 1.7.10.4