MADS: Fix a bunch of GCC warnings

This commit is contained in:
Paul Gilbert 2014-04-12 12:09:29 -04:00
parent bb82a344a9
commit 8b2a7525cc
11 changed files with 23 additions and 16 deletions

View file

@ -865,7 +865,6 @@ void UserInterface::updateSelection(ScrCategory category, int newIndex, int *idx
*idx = newIndex;
if (oldIndex >= 0) {
Common::Rect bounds;
writeVocab(category, oldIndex);
if (getBounds(category, oldIndex, bounds))