xfree86: Purge old_x/old_y from InputInfoRec.

Unused field.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2010-09-01 14:14:20 +10:00
parent 4ac3be29bc
commit 23b361b25b

View File

@ -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;