aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Hoops2013-04-16 11:01:02 -0400
committerMatthew Hoops2013-04-16 11:01:02 -0400
commita69b3231a9b916ca451fa58033c4a1e9def51e6b (patch)
tree428d44a919451b5011d7b20cf2d53eae17f7b1a9
parent43d264cb2f9264218231ba3753c8d81f3484b24f (diff)
downloadscummvm-rg350-a69b3231a9b916ca451fa58033c4a1e9def51e6b.tar.gz
scummvm-rg350-a69b3231a9b916ca451fa58033c4a1e9def51e6b.tar.bz2
scummvm-rg350-a69b3231a9b916ca451fa58033c4a1e9def51e6b.zip
PEGASUS: Remove unused variable
-rw-r--r--engines/pegasus/items/inventorypicture.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/pegasus/items/inventorypicture.h b/engines/pegasus/items/inventorypicture.h
index 88a4a4ba75..9eba25bc3a 100644
--- a/engines/pegasus/items/inventorypicture.h
+++ b/engines/pegasus/items/inventorypicture.h
@@ -106,7 +106,6 @@ protected:
virtual TimeValue getItemPanelTime(Item *);
void loopCurrentItem();
- InputHandler *_previousHandler;
bool _isLooping;
};