From aa79351d2e85e04add3ad684f15528f2efcba46a Mon Sep 17 00:00:00 2001 From: okan Date: Thu, 7 Mar 2019 13:14:41 +0000 Subject: gc clientq inside groups, instead use the better maintained one per-screen --- calmwm.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'calmwm.h') diff --git a/calmwm.h b/calmwm.h index 14ef4f4..089a9a2 100644 --- a/calmwm.h +++ b/calmwm.h @@ -121,7 +121,6 @@ TAILQ_HEAD(ignore_q, winname); struct client_ctx { TAILQ_ENTRY(client_ctx) entry; - TAILQ_ENTRY(client_ctx) group_entry; struct screen_ctx *sc; struct group_ctx *gc; Window win; @@ -187,7 +186,6 @@ struct group_ctx { struct screen_ctx *sc; char *name; int num; - struct client_q clientq; }; TAILQ_HEAD(group_q, group_ctx); -- cgit 1.4.1