From 8f0531bddac8e774aa25b51155445309219da0f6 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 2 Sep 2010 14:46:59 +1000 Subject: [PATCH] xfree86: remove XI_PRIVATE macro, unused. Signed-off-by: Peter Hutterer Reviewed-by: Tiago Vignatti Reviewed-by: Fernando Carrijo --- hw/xfree86/common/xf86Xinput.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/hw/xfree86/common/xf86Xinput.h b/hw/xfree86/common/xf86Xinput.h index 2826b1cac..a797c9077 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) { \