aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/voyeur.cpp
diff options
context:
space:
mode:
authorStrangerke2014-02-27 08:17:26 +0100
committerStrangerke2014-02-27 08:17:26 +0100
commit885013febb142744cbcbe29cd3a082b9151daf17 (patch)
tree866ea77c1729c6283747787b847858aedd2083b0 /engines/voyeur/voyeur.cpp
parente44690dae93605aaf466d335ef6dc4c64f2b132a (diff)
downloadscummvm-rg350-885013febb142744cbcbe29cd3a082b9151daf17.tar.gz
scummvm-rg350-885013febb142744cbcbe29cd3a082b9151daf17.tar.bz2
scummvm-rg350-885013febb142744cbcbe29cd3a082b9151daf17.zip
VOYEUR: Remove initializeManagers()
Diffstat (limited to 'engines/voyeur/voyeur.cpp')
-rw-r--r--engines/voyeur/voyeur.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/voyeur/voyeur.cpp b/engines/voyeur/voyeur.cpp
index c26841f481..bc93acded6 100644
--- a/engines/voyeur/voyeur.cpp
+++ b/engines/voyeur/voyeur.cpp
@@ -67,10 +67,6 @@ VoyeurEngine::VoyeurEngine(OSystem *syst, const VoyeurGameDescription *gameDesc)
DebugMan.addDebugChannel(kDebugScripts, "scripts", "Game scripts");
- initializeManagers();
-}
-
-void VoyeurEngine::initializeManagers() {
_debugger = new Debugger(this);
_eventsManager = new EventsManager(this);
_filesManager = new FilesManager(this);