[Scummvm-cvs-logs] scummvm master -> 885013febb142744cbcbe29cd3a082b9151daf17

Strangerke Strangerke at scummvm.org
Thu Feb 27 08:21:20 CET 2014


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
885013febb VOYEUR: Remove initializeManagers()


Commit: 885013febb142744cbcbe29cd3a082b9151daf17
    https://github.com/scummvm/scummvm/commit/885013febb142744cbcbe29cd3a082b9151daf17
Author: Strangerke (strangerke at scummvm.org)
Date: 2014-02-26T23:17:26-08:00

Commit Message:
VOYEUR: Remove initializeManagers()

Changed paths:
    engines/voyeur/voyeur.cpp
    engines/voyeur/voyeur.h



diff --git a/engines/voyeur/voyeur.cpp b/engines/voyeur/voyeur.cpp
index c26841f..bc93acd 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 4b90f85..19e047d 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();






More information about the Scummvm-git-logs mailing list