From 885013febb142744cbcbe29cd3a082b9151daf17 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Thu, 27 Feb 2014 08:17:26 +0100 Subject: VOYEUR: Remove initializeManagers() --- engines/voyeur/voyeur.cpp | 4 ---- engines/voyeur/voyeur.h | 1 - 2 files changed, 5 deletions(-) (limited to 'engines/voyeur') 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(); -- cgit v1.2.3