]> code.delx.au - spectrwm/commitdiff
MERGE_MEMBERS is unused.
authorDavid Hill <dhill@conformal.com>
Tue, 28 Aug 2012 23:50:38 +0000 (19:50 -0400)
committerDavid Hill <dhill@conformal.com>
Tue, 28 Aug 2012 23:50:38 +0000 (19:50 -0400)
spectrwm.c

index 5b1eafdceacb6eda3e5ca1dc900cede79ab69b66..f47613465d6d8b9e6c1cda9c930dcbe7ba94b5a6 100644 (file)
@@ -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)
 {