removed the comment again

This commit is contained in:
Anselm R Garbe 2008-03-13 16:30:29 +00:00
parent 831428b00c
commit 1380569133
1 changed files with 1 additions and 2 deletions

3
dwm.c
View File

@ -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;