diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2010-09-01 14:33:26 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2010-09-01 15:27:19 +1000 |
commit | 5e2912bd1d2bc8ff1508e5f726e77aa5f8677cbd (patch) | |
tree | d8374e8982045752a9cafb550b0191afc8b41885 /hw/xfree86/common/xf86Xinput.h | |
parent | 974bc2322b3667db38d28063786fbc76fb303d00 (diff) |
xfree86: remove first/last from InputInfoRec.
Unused.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'hw/xfree86/common/xf86Xinput.h')
-rw-r--r-- | hw/xfree86/common/xf86Xinput.h | 2 |
1 files changed, 0 insertions, 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; |