aboutsummaryrefslogtreecommitdiff
path: root/engines/lab/lab.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lab/lab.cpp')
-rw-r--r--engines/lab/lab.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/lab/lab.cpp b/engines/lab/lab.cpp
index 18b8b3d065..1decad0000 100644
--- a/engines/lab/lab.cpp
+++ b/engines/lab/lab.cpp
@@ -47,13 +47,8 @@
#include "lab/utils.h"
namespace Lab {
-
-LabEngine *g_lab;
-
LabEngine::LabEngine(OSystem *syst, const ADGameDescription *gameDesc)
: Engine(syst), _gameDescription(gameDesc), _extraGameFeatures(0), _rnd("lab") {
- g_lab = this;
-
_lastWaitTOFTicks = 0;
_isHiRes = false;