[Scummvm-cvs-logs] scummvm master -> 212b58ad429718bcb0366541a413fc52db25f615

clone2727 clone2727 at gmail.com
Mon Mar 7 22:29:08 CET 2011


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:
212b58ad42 MOHAWK: Remove unused runLoadDialog() function


Commit: 212b58ad429718bcb0366541a413fc52db25f615
    https://github.com/scummvm/scummvm/commit/212b58ad429718bcb0366541a413fc52db25f615
Author: Matthew Hoops (clone2727 at gmail.com)
Date: 2011-03-07T13:28:28-08:00

Commit Message:
MOHAWK: Remove unused runLoadDialog() function

Changed paths:
    engines/mohawk/myst.cpp
    engines/mohawk/myst.h



diff --git a/engines/mohawk/myst.cpp b/engines/mohawk/myst.cpp
index f842269..1aba820 100644
--- a/engines/mohawk/myst.cpp
+++ b/engines/mohawk/myst.cpp
@@ -1143,20 +1143,6 @@ void MohawkEngine_Myst::loadResources() {
 	delete rlstStream;
 }
 
-void MohawkEngine_Myst::runLoadDialog() {
-	const Common::String gameId = ConfMan.get("gameid");
-
-	const EnginePlugin *plugin = 0;
-	EngineMan.findGame(gameId, &plugin);
-
-	pauseEngine(true);
-	int slot = _loadDialog->runModalWithPluginAndTarget(plugin, ConfMan.getActiveDomainName());
-	if (slot >= 0) {
-		// TODO
-	}
-	pauseEngine(false);
-}
-
 Common::Error MohawkEngine_Myst::loadGameState(int slot) {
 	if (_gameState->load(_gameState->generateSaveGameList()[slot]))
 		return Common::kNoError;
diff --git a/engines/mohawk/myst.h b/engines/mohawk/myst.h
index 9195093..47e8a65 100644
--- a/engines/mohawk/myst.h
+++ b/engines/mohawk/myst.h
@@ -155,8 +155,6 @@ public:
 	Common::String wrapMovieFilename(const Common::String &movieName, uint16 stack);
 
 	void reloadSaveList();
-	void runLoadDialog();
-	void runSaveDialog();
 
 	void changeToStack(uint16 stack, uint16 card, uint16 linkSrcSound, uint16 linkDstSound);
 	void changeToCard(uint16 card, bool updateScreen);






More information about the Scummvm-git-logs mailing list