diff --git a/hw/xfree86/common/xf86Globals.c b/hw/xfree86/common/xf86Globals.c index 43665d1b6..2a3b978b9 100644 --- a/hw/xfree86/common/xf86Globals.c +++ b/hw/xfree86/common/xf86Globals.c @@ -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) diff --git a/hw/xfree86/common/xf86Privstr.h b/hw/xfree86/common/xf86Privstr.h index 39cd23074..efe19e271 100644 --- a/hw/xfree86/common/xf86Privstr.h +++ b/hw/xfree86/common/xf86Privstr.h @@ -96,7 +96,6 @@ typedef struct { #endif Bool pmFlag; Log log; - Bool kbdCustomKeycodes; Bool disableRandR; MessageType randRFrom; Bool aiglx;