compat: ignore "index" field in indicator statements
authorRan Benita <ran234@gmail.com>
Mon, 27 Aug 2012 09:29:57 +0000 (12:29 +0300)
committerRan Benita <ran234@gmail.com>
Sat, 1 Sep 2012 07:59:46 +0000 (10:59 +0300)
commit02de2a3e74c1f842052fd889a8f8d54214510660
tree4b66dc159dc23aaaad1aa0e1b21b42b4f271a141
parent65c4a7173127aca5d11a85734fe38b030d118c56
compat: ignore "index" field in indicator statements

The current code allows to set the "index" field in an indicator
statment's body. This would bind the indicator to the specified index,
instead of by name (which was declared previously in xkb_keycodes).
Doing this is a bad idea, for the same reasons as in 3cd9704, and is
also happily not used anywhere.

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