Xi: remove un-used IsOn macro.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
b67ff1d6e0
commit
9afc3241c1
|
@ -50,9 +50,6 @@ SOFTWARE.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define IsOn(ptr, bit) \
|
|
||||||
(((BYTE *) (ptr))[(bit)>>3] & (1 << ((bit) & 7)))
|
|
||||||
|
|
||||||
#ifdef HAVE_DIX_CONFIG_H
|
#ifdef HAVE_DIX_CONFIG_H
|
||||||
#include <dix-config.h>
|
#include <dix-config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue