xkbcomp: remove useless function XkbChooseMap
authorRan Benita <ran234@gmail.com>
Fri, 29 Jun 2012 16:26:01 +0000 (19:26 +0300)
committerRan Benita <ran234@gmail.com>
Sat, 30 Jun 2012 21:51:56 +0000 (00:51 +0300)
commitddb0ff9d024f3334353fc4c5166925886f6da4f7
treeffc61d07745f690a46ae6944e2b003c1ffa9a153
parent7111eb8e8a2a7b7d81ea1656e6f1572590da99aa
xkbcomp: remove useless function XkbChooseMap

compile_keymap can only be passes a single keymap file now, from all
code paths leading to it. So this function doesn't do anything.

The remaining check is performed inside CompileKeymap, so we can remove
it as well; compile_keymap doesn't do much now.

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