summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2014-09-07 17:27:20 +0000
committerokan <okan>2014-09-07 17:27:20 +0000
commit78e0f2122580291206b5c9c3d07db9663f409c0b (patch)
tree7a1e8f13256204e1b6aefb9878e076fe902c234b /calmwm.h
parentf7af0ebd7267cdfd4e7b9c12bb910992f1a094e5 (diff)
downloadcwm-78e0f2122580291206b5c9c3d07db9663f409c0b.tar.gz
cwm-78e0f2122580291206b5c9c3d07db9663f409c0b.tar.xz
cwm-78e0f2122580291206b5c9c3d07db9663f409c0b.zip
Get rid of a redundant array of groups per screen; we already have a
link to the group queue for each screen.
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/calmwm.h b/calmwm.h
index bdb60a7..f03ebe2 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -240,7 +240,6 @@ struct screen_ctx {
 	XftDraw			*xftdraw;
 	XftFont			*xftfont;
 #define CALMWM_NGROUPS		 10
-	struct group_ctx	 groups[CALMWM_NGROUPS];
 	struct group_ctx_q	 groupq;
 	int			 group_hideall;
 	struct group_ctx	*group_active;