Remove useless check from xkb_intern_atom
authorRan Benita <ran234@gmail.com>
Fri, 30 Mar 2012 23:26:24 +0000 (02:26 +0300)
committerDaniel Stone <daniel@fooishbar.org>
Mon, 2 Apr 2012 12:10:52 +0000 (13:10 +0100)
commitffb610c943154afdcaad949e7b0db93fd9047b2b
tree81495cee2ad40c5973327d45e1d31dc1ec48564b
parent7a7ec9b14a11a986cd91a4faab6af7f4367a3a16
Remove useless check from xkb_intern_atom

The "makeit" variable is always true. Remove it and de-indent.
(Also change the type of the "len" variable to size_t to avoid some
useless casting).

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