aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/voyeur/voyeur.cpp4
-rw-r--r--engines/voyeur/voyeur.h1
2 files changed, 0 insertions, 5 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);
diff --git a/engines/voyeur/voyeur.h b/engines/voyeur/voyeur.h
index 4b90f8559d..19e047de05 100644
--- a/engines/voyeur/voyeur.h
+++ b/engines/voyeur/voyeur.h
@@ -80,7 +80,6 @@ private:
FontInfoResource _defaultFontInfo;
void ESP_Init();
- void initializeManagers();
void globalInitBolt();
void initBolt();
void vInitInterrupts();