From de8414180ba3e7a036d756ad6ba65c058536754a Mon Sep 17 00:00:00 2001 From: okan Date: Sun, 7 Sep 2014 17:27:20 +0000 Subject: Get rid of a redundant array of groups per screen; we already have a link to the group queue for each screen. --- calmwm.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'calmwm.h') diff --git a/calmwm.h b/calmwm.h index 3528a0a..6dd3317 100644 --- a/calmwm.h +++ b/calmwm.h @@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $OpenBSD: calmwm.h,v 1.268 2014/09/06 16:14:35 okan Exp $ + * $OpenBSD: calmwm.h,v 1.269 2014/09/07 17:27:20 okan Exp $ */ #ifndef _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; -- cgit v1.2.3-2-gb3c3