Remove support for xkb_layout and xkb_semantics file types
authorRan Benita <ran234@gmail.com>
Wed, 9 May 2012 14:54:37 +0000 (17:54 +0300)
committerDaniel Stone <daniel@fooishbar.org>
Wed, 9 May 2012 16:53:15 +0000 (17:53 +0100)
commit5e59ef3f4707c673d325006b662ffdff5d65c7d1
treea9c4b462d1efc0dc1b5e828b123f033cac1c54ca
parente7bb1e5fd99438b69bb7ce8c29de381d55c95b96
Remove support for xkb_layout and xkb_semantics file types

These are two aggregate file types which are not used anywhere. We
maintain useful-enough backward compatibility in the parser, by treating
them as xkb_keymap. The keymap type allows for all types of components,
so they will still compile fine if they ever come up.

Signed-off-by: Ran Benita <ran234@gmail.com>
src/text.c
src/xkb-priv.h
src/xkbcomp/keymap.c
src/xkbcomp/parser.y
src/xkbcomp/parseutils.c
src/xkbcomp/path.c
src/xkbcomp/xkbcomp.c