xfree86: Purge kbdCustomKeycodes from xf86Info.

This was obsolete after 3eeb62e8f5 "bug #890: completely remove deprecated keyboard driver".

Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Jesse Adkins 2010-08-03 18:21:28 -07:00 committed by Peter Hutterer
parent 6922b31a13
commit be978c7fc9
2 changed files with 0 additions and 2 deletions

View File

@ -125,7 +125,6 @@ xf86InfoRec xf86Info = {
#endif #endif
.pmFlag = TRUE, .pmFlag = TRUE,
.log = LogNone, .log = LogNone,
.kbdCustomKeycodes = FALSE,
.disableRandR = FALSE, .disableRandR = FALSE,
.randRFrom = X_DEFAULT, .randRFrom = X_DEFAULT,
#if defined(CONFIG_HAL) || defined(CONFIG_UDEV) #if defined(CONFIG_HAL) || defined(CONFIG_UDEV)

View File

@ -96,7 +96,6 @@ typedef struct {
#endif #endif
Bool pmFlag; Bool pmFlag;
Log log; Log log;
Bool kbdCustomKeycodes;
Bool disableRandR; Bool disableRandR;
MessageType randRFrom; MessageType randRFrom;
Bool aiglx; Bool aiglx;