Browse Source

removed the comment again

Anselm R Garbe 17 năm trước cách đây
mục cha
commit
1380569133
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      dwm.c

+ 1 - 2
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;