Fix minor problems found by static checking.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 9 Jul 2011 06:28:40 +0000 (23:28 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 9 Jul 2011 06:28:40 +0000 (23:28 -0700)
commit5a9c433211c15e2538086321057ea04da8d6f9b9
tree9ec0261e9364c394ea1657cd79e26ccd804f3d6f
parent2d43b8c9716af32033eb778d3fabb1a47dd44535
Fix minor problems found by static checking.

* chartab.c (char_table_set_range, map_sub_char_table)
(uniprop_table_uncompress): Remove unused locals.
(uniprop_table): Now static.
* composite.c (_work_char): Remove unused static var.
* gtkutil.c (qttip_cb): Remove stray no-effect statement.
src/ChangeLog
src/chartab.c
src/composite.c
src/gtkutil.c