aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/user_interface.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2014-04-12 12:09:29 -0400
committerPaul Gilbert2014-04-12 12:09:29 -0400
commit8b2a7525cc6af408f05e2bac9b1b16ed0b36dcda (patch)
tree67786ffb7944e812e1ba18e48d448eb80cc2c603 /engines/mads/user_interface.cpp
parentbb82a344a96bcf63c63ab6a297b83eaefa0383d6 (diff)
downloadscummvm-rg350-8b2a7525cc6af408f05e2bac9b1b16ed0b36dcda.tar.gz
scummvm-rg350-8b2a7525cc6af408f05e2bac9b1b16ed0b36dcda.tar.bz2
scummvm-rg350-8b2a7525cc6af408f05e2bac9b1b16ed0b36dcda.zip
MADS: Fix a bunch of GCC warnings
Diffstat (limited to 'engines/mads/user_interface.cpp')
-rw-r--r--engines/mads/user_interface.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/mads/user_interface.cpp b/engines/mads/user_interface.cpp
index a850c9a68f..13d5569045 100644
--- a/engines/mads/user_interface.cpp
+++ b/engines/mads/user_interface.cpp
@@ -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))