aboutsummaryrefslogtreecommitdiff
path: root/engines/queen/input.h
diff options
context:
space:
mode:
authorMax Horn2013-04-18 20:14:10 +0200
committerMax Horn2013-04-18 23:50:20 +0200
commitb791edabf7ccba930ad0cea09f9b8449a87d8bcb (patch)
tree711923358724677015a195a6edb657240c3cd18a /engines/queen/input.h
parentcdfd5f85c888525c274f309a4b313f8aa2fa6636 (diff)
downloadscummvm-rg350-b791edabf7ccba930ad0cea09f9b8449a87d8bcb.tar.gz
scummvm-rg350-b791edabf7ccba930ad0cea09f9b8449a87d8bcb.tar.bz2
scummvm-rg350-b791edabf7ccba930ad0cea09f9b8449a87d8bcb.zip
ENGINES: Remove a bunch of unused private member variables
All instances uncovered by clang warnings.
Diffstat (limited to 'engines/queen/input.h')
-rw-r--r--engines/queen/input.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/queen/input.h b/engines/queen/input.h
index b3bf811cd1..f04ecb24f7 100644
--- a/engines/queen/input.h
+++ b/engines/queen/input.h
@@ -46,7 +46,7 @@ public:
MOUSE_RBUTTON = 2
};
- Input(Common::Language language, OSystem *system, QueenEngine *vm);
+ Input(Common::Language language, OSystem *system);
void delay(uint amount);
@@ -96,8 +96,6 @@ private:
Common::EventManager *_eventMan;
- QueenEngine *_vm;
-
//! some cutaways require update() run faster
bool _fastMode;