mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-04 21:30:13 +01: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:
parent
6922b31a13
commit
be978c7fc9
2 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue