Xi: remove un-used IsOn macro.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2009-06-14 18:24:22 +10:00
parent b67ff1d6e0
commit 9afc3241c1

View File

@ -50,9 +50,6 @@ SOFTWARE.
*
*/
#define IsOn(ptr, bit) \
(((BYTE *) (ptr))[(bit)>>3] & (1 << ((bit) & 7)))
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif