diff options
author | Matthew Hoops | 2013-04-16 11:01:02 -0400 |
---|---|---|
committer | Matthew Hoops | 2013-04-16 11:01:02 -0400 |
commit | a69b3231a9b916ca451fa58033c4a1e9def51e6b (patch) | |
tree | 428d44a919451b5011d7b20cf2d53eae17f7b1a9 /engines/pegasus/items | |
parent | 43d264cb2f9264218231ba3753c8d81f3484b24f (diff) | |
download | scummvm-rg350-a69b3231a9b916ca451fa58033c4a1e9def51e6b.tar.gz scummvm-rg350-a69b3231a9b916ca451fa58033c4a1e9def51e6b.tar.bz2 scummvm-rg350-a69b3231a9b916ca451fa58033c4a1e9def51e6b.zip |
PEGASUS: Remove unused variable
Diffstat (limited to 'engines/pegasus/items')
-rw-r--r-- | engines/pegasus/items/inventorypicture.h | 1 |
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; }; |