[Scummvm-cvs-logs] SF.net SVN: scummvm:[34282] scummvm/trunk/engines/kyra

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Tue Sep 2 16:36:48 CEST 2008


Revision: 34282
          http://scummvm.svn.sourceforge.net/scummvm/?rev=34282&view=rev
Author:   lordhoto
Date:     2008-09-02 14:36:47 +0000 (Tue, 02 Sep 2008)

Log Message:
-----------
Cleanup: Remove now unneeded KyraEngine_v1::quitGame.

Peres proposal for this commit log was: 'fixing .... as peres pointed out in his very interesting mail on -devel that everybody should read'.

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/kyra_v1.cpp
    scummvm/trunk/engines/kyra/kyra_v1.h

Modified: scummvm/trunk/engines/kyra/kyra_v1.cpp
===================================================================
--- scummvm/trunk/engines/kyra/kyra_v1.cpp	2008-09-02 13:27:26 UTC (rev 34281)
+++ scummvm/trunk/engines/kyra/kyra_v1.cpp	2008-09-02 14:36:47 UTC (rev 34282)
@@ -198,15 +198,6 @@
 	delete _debugger;
 }
 
-void KyraEngine_v1::quitGame() {
-	debugC(9, kDebugLevelMain, "KyraEngine_v1::quitGame()");
-	Common::Event event;
-
-	event.type = Common::EVENT_QUIT;
-	_eventMan->pushEvent(event);
-	// Nothing to do here
-}
-
 Common::Point KyraEngine_v1::getMousePos() const {
 	Common::Point mouse = _eventMan->getMousePos();
 

Modified: scummvm/trunk/engines/kyra/kyra_v1.h
===================================================================
--- scummvm/trunk/engines/kyra/kyra_v1.h	2008-09-02 13:27:26 UTC (rev 34281)
+++ scummvm/trunk/engines/kyra/kyra_v1.h	2008-09-02 14:36:47 UTC (rev 34282)
@@ -151,9 +151,6 @@
 	void setVolume(kVolumeEntry vol, uint8 value);
 	uint8 getVolume(kVolumeEntry vol);
 
-	// quit handling
-	virtual void quitGame();
-
 	// game flag handling
 	int setGameFlag(int flag);
 	int queryGameFlag(int flag) const;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list