mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-08 20:00:19 +01:00
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
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue