parser: remove XkbConfig rule
authorRan Benita <ran234@gmail.com>
Sun, 30 Sep 2012 08:33:59 +0000 (10:33 +0200)
committerRan Benita <ran234@gmail.com>
Sun, 30 Sep 2012 12:20:16 +0000 (14:20 +0200)
commit3b5ada233be2de7e068d27b827b9e1a320791fbe
tree08f3ff24cf7e7184f352a4016b8e8a747fb22e53
parent693a1f57d14ed25aafaeb5f45d98a49ad365dc88
parser: remove XkbConfig rule

This rule allows you to write file maps as:
    xkb_keycodes
    <BLA> = 5;
    [...]
instead of the usual format which is:
    xkb_keycodes {
        <BLA> = 5;
        [...]
    };

This is not documented, It is also not used in xkeyboard-config, and I
have never run into it otherwise. It also only allows one map per file.

It *might* be used in some obscure place, but probably nothing we should
care about; the simplified grammar is more useful for us now.

Signed-off-by: Ran Benita <ran234@gmail.com>
src/xkbcomp/parser.y