keycodes: remove unneeded alias conflict check
authorRan Benita <ran234@gmail.com>
Sun, 3 Mar 2013 13:10:45 +0000 (15:10 +0200)
committerDaniel Stone <daniel@fooishbar.org>
Mon, 18 Mar 2013 22:20:04 +0000 (22:20 +0000)
commit82c3e3936078e2f8ea738615d2fdb0812a2f521b
treee82f899521dbe64e59a2a8e87f267dedb6985e85
parent614f60e3fa213c0b692dc8e64709e8f9f228d7f7
keycodes: remove unneeded alias conflict check

This is already checked when adding a new alias and merging aliases, so
it can never happen when we get to copying to the keymap.

Also the log verbosity decision there is quite useless, we should just
warn always and be done with it. So we can remove the file_id from
AliasInfo, and collapse the alias functions together.

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