diff --git a/Xi/setbmap.c b/Xi/setbmap.c index f29389d45..e7b8d4ac0 100644 --- a/Xi/setbmap.c +++ b/Xi/setbmap.c @@ -50,9 +50,6 @@ SOFTWARE. * */ -#define IsOn(ptr, bit) \ - (((BYTE *) (ptr))[(bit)>>3] & (1 << ((bit) & 7))) - #ifdef HAVE_DIX_CONFIG_H #include #endif