From 5e2912bd1d2bc8ff1508e5f726e77aa5f8677cbd Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 1 Sep 2010 14:33:26 +1000 Subject: [PATCH] xfree86: remove first/last from InputInfoRec. Unused. Signed-off-by: Peter Hutterer --- hw/xfree86/common/xf86Xinput.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/hw/xfree86/common/xf86Xinput.h b/hw/xfree86/common/xf86Xinput.h index e738649a1..b1a2ac60c 100644 --- a/hw/xfree86/common/xf86Xinput.h +++ b/hw/xfree86/common/xf86Xinput.h @@ -125,8 +125,6 @@ typedef struct _InputInfoRec { Atom atom; DeviceIntPtr dev; pointer private; - unsigned int first; - unsigned int last; char * type_name; IntegerFeedbackPtr always_core_feedback; IDevPtr conf_idev;