From 8d6f43bd88e79d5222889eb3f1a2f0ac25f1695b Mon Sep 17 00:00:00 2001 From: David Hill Date: Tue, 28 Aug 2012 19:50:38 -0400 Subject: [PATCH] MERGE_MEMBERS is unused. --- spectrwm.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/spectrwm.c b/spectrwm.c index 5b1eafd..f476134 100644 --- a/spectrwm.c +++ b/spectrwm.c @@ -7856,9 +7856,6 @@ leavenotify(xcb_leave_notify_event_t *e) } #endif -/* lets us use one switch statement for arbitrary mode/detail combinations */ -#define MERGE_MEMBERS(a,b) (((a & 0xffff) << 16) | (b & 0xffff)) - void mapnotify(xcb_map_notify_event_t *e) { -- 1.7.10.4