compat: remove dead NoAutomatic code
authorRan Benita <ran234@gmail.com>
Mon, 27 Aug 2012 08:38:44 +0000 (11:38 +0300)
committerRan Benita <ran234@gmail.com>
Sat, 1 Sep 2012 07:59:46 +0000 (10:59 +0300)
commit65c4a7173127aca5d11a85734fe38b030d118c56
tree1a43ae3ea2270d90e10845a9666a681a2f773324
parent16f2de8bf024da264cbf7b6460ab729dd37f6849
compat: remove dead NoAutomatic code

The xkblib spec, table 7.1 (indicators), says:
XkbIM_NoAutomatic: Xkb does not automatically change the value of the
                   indicator based upon a change in the keyboard state,
                   regardless of the values for the other fields of the
                   indicator map.

xkbcomp (the real one) never actually implemented a way for an indicator
statement to set this flag, so it's just dead unused code. We definitely
don't want to implement it ourselves, so remove any mention of it.

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