浏览代码

removed the comment again

Anselm R Garbe 17 年之前
父节点
当前提交
1380569133
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      dwm.c

+ 1 - 2
dwm.c

@@ -96,8 +96,7 @@ typedef struct {
 	const char *symbol;
 	const char *symbol;
 	void (*arrange)(void);
 	void (*arrange)(void);
 	Bool isfloating;
 	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 {
 typedef struct {
 	const char *prop;
 	const char *prop;