[PATCH 13/19] xfree86: remove XI_PRIVATE macro, unused.
Peter Hutterer
peter.hutterer at who-t.net
Sun Sep 5 19:52:49 PDT 2010
Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
hw/xfree86/common/xf86Xinput.h | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/hw/xfree86/common/xf86Xinput.h b/hw/xfree86/common/xf86Xinput.h
index a0791d1..499528e 100644
--- a/hw/xfree86/common/xf86Xinput.h
+++ b/hw/xfree86/common/xf86Xinput.h
@@ -63,9 +63,6 @@
/* the device sends Xinput and core pointer events */
#define XI86_SEND_CORE_EVENTS XI86_ALWAYS_CORE
-#define XI_PRIVATE(dev) \
- (((InputInfoPtr)((dev)->public.devicePrivate))->private)
-
/* Valuator verification macro */
#define XI_VERIFY_VALUATORS(num_valuators) \
if (num_valuators > MAX_VALUATORS) { \
--
1.7.2.2
More information about the xorg-devel
mailing list