diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/lab/eventman.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/lab/eventman.h b/engines/lab/eventman.h index 37745292fa..f26e2eba1c 100644 --- a/engines/lab/eventman.h +++ b/engines/lab/eventman.h @@ -61,9 +61,6 @@ private: bool _leftClick; bool _rightClick; - uint16 _nextKeyIn; - uint16 _nextKeyOut; - Button *_hitButton; Button *_lastButtonHit; ButtonList *_screenButtonList; |