From 23b361b25b7b48a820a4ef851fb89706f7ec2cd0 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 1 Sep 2010 14:14:20 +1000 Subject: [PATCH] xfree86: Purge old_x/old_y from InputInfoRec. Unused field. 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 dab76c0f9..bb7a4aa51 100644 --- a/hw/xfree86/common/xf86Xinput.h +++ b/hw/xfree86/common/xf86Xinput.h @@ -128,8 +128,6 @@ typedef struct _InputInfoRec { int private_flags; unsigned int first; unsigned int last; - int old_x; - int old_y; char * type_name; IntegerFeedbackPtr always_core_feedback; IDevPtr conf_idev;