Code cleanup, bad structure initialization.

The InputDriverRec data structure in xserver/hw/xfree86/common/xf86Xinput.h
no longer contains an integer refCount member; as per commit
d568221710959cf7d783e6ff0fb80fb43a231124.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Trevor Woerner
2010-10-17 21:26:16 -04:00
committed by Peter Hutterer
parent 38363bde5d
commit cd6b81d377

View File

@@ -497,8 +497,7 @@ _X_EXPORT InputDriverRec JSTK_KEYBOARD = {
NULL,
jstkKeyboardPreInit,
jstkKeyboardUnInit,
NULL,
0
NULL
};
/*
@@ -768,8 +767,7 @@ _X_EXPORT InputDriverRec JOYSTICK = {
NULL,
jstkCorePreInit,
jstkCoreUnInit,
NULL,
0
NULL
};