vmod: remove support for direct vmod -> real mod mapping
authorRan Benita <ran234@gmail.com>
Tue, 14 Aug 2012 14:11:16 +0000 (17:11 +0300)
committerRan Benita <ran234@gmail.com>
Sun, 2 Sep 2012 16:17:09 +0000 (19:17 +0300)
commitb9c87eb710ba4a86455601ca8c5a516b25e20366
tree9da8bec08ecbba66865f773ac34e4eacb948d8b1
parenteaa50c450b6b5e669dc7454c73c40d6ff4a82e31
vmod: remove support for direct vmod -> real mod mapping

The current code supports statements such as:
    virtual_modifiers NumLock = Mod2;
This would set the mapping from the NumLock vmod to the Mod2 real mod
directly, without going through the virtualModifier field in an
interpret statement (in xkb_compat) or vmods field in a key statement
(in xkb_symbols).

This is undocumented, unused and complicates things, so remove it.

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