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

Fernando Carrijo fcarrijo at yahoo.com.br
Sun Aug 1 18:17:47 PDT 2010


Jesse Adkins <jesserayadkins at gmail.com> wrote:

> -    /* Keyboard tokens */
> -    AUTOREPEAT,
> -    XLEDS,
> -    KPROTOCOL,
> -    XKBKEYMAP,
> -    XKBCOMPAT,
> -    XKBTYPES,
> -    XKBKEYCODES,
> -    XKBGEOMETRY,
> -    XKBSYMBOLS,
> -    XKBDISABLE,
> -    PANIX106,
> -    XKBRULES,
> -    XKBMODEL,
> -    XKBLAYOUT,
> -    XKBVARIANT,
> -    XKBOPTIONS,
> -    /* Obsolete keyboard tokens */
> -    SERVERNUM,
> -    LEFTALT,

Maybe also remove the remaining occurrences of LEFTALT?

> -    RIGHTALT,

Same for 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,

The above macro seems to be used in other places.

>      BAUDRATE,

Idem.



More information about the xorg-devel mailing list