aboutsummaryrefslogtreecommitdiff
path: root/engines/lab/lab.cpp
diff options
context:
space:
mode:
authorStrangerke2015-12-02 01:39:58 +0100
committerWillem Jan Palenstijn2015-12-23 21:33:46 +0100
commit6b24481358464510b5310f8c32cd3bc617286b17 (patch)
treeece9c251458059062a3eea8fcba5990b53f079ef /engines/lab/lab.cpp
parent66bf8885585975ae860c8c3d175b960b6a7e9590 (diff)
downloadscummvm-rg350-6b24481358464510b5310f8c32cd3bc617286b17.tar.gz
scummvm-rg350-6b24481358464510b5310f8c32cd3bc617286b17.tar.bz2
scummvm-rg350-6b24481358464510b5310f8c32cd3bc617286b17.zip
LAB: Move functions related to keyboard events to Event
Diffstat (limited to 'engines/lab/lab.cpp')
-rw-r--r--engines/lab/lab.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/engines/lab/lab.cpp b/engines/lab/lab.cpp
index a6fe4cf32c..22ab50392d 100644
--- a/engines/lab/lab.cpp
+++ b/engines/lab/lab.cpp
@@ -66,12 +66,6 @@ LabEngine::LabEngine(OSystem *syst, const ADGameDescription *gameDesc)
_lastWaitTOFTicks = 0;
- _mousePos = Common::Point(0, 0);
- _mouseAtEdge = false;
-
- _nextKeyIn = 0;
- _nextKeyOut = 0;
-
_isHiRes = false;
_roomNum = -1;
for (int i = 0; i < MAX_CRUMBS; i++) {