mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
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:
committed by
Peter Hutterer
parent
6922b31a13
commit
be978c7fc9
@@ -125,7 +125,6 @@ xf86InfoRec xf86Info = {
|
||||
#endif
|
||||
.pmFlag = TRUE,
|
||||
.log = LogNone,
|
||||
.kbdCustomKeycodes = FALSE,
|
||||
.disableRandR = FALSE,
|
||||
.randRFrom = X_DEFAULT,
|
||||
#if defined(CONFIG_HAL) || defined(CONFIG_UDEV)
|
||||
|
||||
@@ -96,7 +96,6 @@ typedef struct {
|
||||
#endif
|
||||
Bool pmFlag;
|
||||
Log log;
|
||||
Bool kbdCustomKeycodes;
|
||||
Bool disableRandR;
|
||||
MessageType randRFrom;
|
||||
Bool aiglx;
|
||||
|
||||
Reference in New Issue
Block a user