From be978c7fc97e98ef1bc7b20c6c0740d8a81b609a Mon Sep 17 00:00:00 2001 From: Jesse Adkins Date: Tue, 3 Aug 2010 18:21:28 -0700 Subject: [PATCH] xfree86: Purge kbdCustomKeycodes from xf86Info. This was obsolete after 3eeb62e8f587732e6b433c2b9c6879eb26a3f1b4 "bug #890: completely remove deprecated keyboard driver". Signed-off-by: Jesse Adkins Reviewed-by: Peter Hutterer Signed-off-by: Peter Hutterer --- hw/xfree86/common/xf86Globals.c | 1 - hw/xfree86/common/xf86Privstr.h | 1 - 2 files changed, 2 deletions(-) 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;