X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=spectrwm.c;h=f47613465d6d8b9e6c1cda9c930dcbe7ba94b5a6;hb=8d6f43bd88e79d5222889eb3f1a2f0ac25f1695b;hp=5b1eafdceacb6eda3e5ca1dc900cede79ab69b66;hpb=0d5bc34d2b35fea4e86d28d1b0cbad46a17ee88c;p=spectrwm.git 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) {