symbols: remove mention of keycodes in CopySymbolsDef
authorRan Benita <ran234@gmail.com>
Wed, 12 Sep 2012 18:32:25 +0000 (21:32 +0300)
committerRan Benita <ran234@gmail.com>
Thu, 13 Sep 2012 12:57:10 +0000 (15:57 +0300)
commit376e45eb6d2d93599980e52248531a8f2e83470f
tree318cef40460ab2ecc9cd793d13fe7c86b6e78a67
parent77ab928e92fea6906d1b273ef3b2f2c2b336aff9
symbols: remove mention of keycodes in CopySymbolsDef

Since now we only use the keycode in this function for logging, it's
better not to mention the keycode at all because the XkbKeyGetKeycode
macro is implemented using a dirty hack 0_0
The key name is sufficient to determine uniquely where to look.

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