symbols: remove unneeded recursion form CopySymbolsDef
authorRan Benita <ran234@gmail.com>
Wed, 12 Sep 2012 18:24:28 +0000 (21:24 +0300)
committerRan Benita <ran234@gmail.com>
Thu, 13 Sep 2012 12:57:10 +0000 (15:57 +0300)
commit77ab928e92fea6906d1b273ef3b2f2c2b336aff9
treea3bbc5905299d5fdec16e21511963e1c21917500
parentce5dbeff60f5efefc64fe506a1a98c901f7d49ec
symbols: remove unneeded recursion form CopySymbolsDef

This function does some funky stuff, which, as far as I can tell, was
needed to support the functionality of giving different keycodes the
same name and thus make them duplicates (MERGE_ALT_FORM). This stuff was
removed as useless in 0765064b3, but this leftover wasn't noticed.

Signed-off-by: Ran Benita <ran234@gmail.com>
src/xkb-priv.h
src/xkbcomp/keycodes.c
src/xkbcomp/keycodes.h
src/xkbcomp/symbols.c