Get rid of a redundant array of groups per screen; we already have a

link to the group queue for each screen.
This commit is contained in:
okan
2014-09-07 17:27:20 +00:00
parent f7af0ebd72
commit 78e0f21225
2 changed files with 22 additions and 9 deletions

View File

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