[PATCH] xfree86 : Remove unused tokens from xf86parser.h

Jesse Adkins jesserayadkins at gmail.com
Sun Aug 1 16:01:18 PDT 2010


Since one of the tokens was XLEDS, the unused XLEDS message was also removed.
Signed-off-by: Jesse Adkins <jesserayadkins at gmail.com>
---
 hw/xfree86/parser/Configint.h  |    2 --
 hw/xfree86/parser/xf86tokens.h |   31 -------------------------------
 2 files changed, 0 insertions(+), 33 deletions(-)

diff --git a/hw/xfree86/parser/Configint.h b/hw/xfree86/parser/Configint.h
index dda020e..05e40f6 100644
--- a/hw/xfree86/parser/Configint.h
+++ b/hw/xfree86/parser/Configint.h
@@ -154,8 +154,6 @@ else\
 "The ZAxisMapping keyword requires 2 positive numbers or X or Y to follow it."
 #define AUTOREPEAT_MSG \
 "The AutoRepeat keyword requires 2 numbers (delay and rate) to follow it."
-#define XLEDS_MSG \
-"The XLeds keyword requries one or more numbers to follow it."
 #define DACSPEED_MSG \
 "The DacSpeed keyword must be followed by a list of up to %d numbers."
 #define DISPLAYSIZE_MSG \
diff --git a/hw/xfree86/parser/xf86tokens.h b/hw/xfree86/parser/xf86tokens.h
index be35f36..83ff016 100644
--- a/hw/xfree86/parser/xf86tokens.h
+++ b/hw/xfree86/parser/xf86tokens.h
@@ -191,37 +191,6 @@ typedef enum {
     TEXTCLOCKFRQ,
     IRQ,
 
-    /* Keyboard tokens */
-    AUTOREPEAT,
-    XLEDS,
-    KPROTOCOL,
-    XKBKEYMAP,
-    XKBCOMPAT,
-    XKBTYPES,
-    XKBKEYCODES,
-    XKBGEOMETRY,
-    XKBSYMBOLS,
-    XKBDISABLE,
-    PANIX106,
-    XKBRULES,
-    XKBMODEL,
-    XKBLAYOUT,
-    XKBVARIANT,
-    XKBOPTIONS,
-    /* Obsolete keyboard tokens */
-    SERVERNUM,
-    LEFTALT,
-    RIGHTALT,
-    SCROLLLOCK_TOK,
-    RIGHTCTL,
-    /* arguments for the above obsolete tokens */
-    CONF_KM_META,
-    CONF_KM_COMPOSE,
-    CONF_KM_MODESHIFT,
-    CONF_KM_MODELOCK,
-    CONF_KM_SCROLLLOCK,
-    CONF_KM_CONTROL,
-
     /* Pointer tokens */
     EMULATE3,
     BAUDRATE,
-- 
1.7.0.4



More information about the xorg-devel mailing list