[Scummvm-cvs-logs] SF.net SVN: scummvm:[55320] scummvm/trunk/engines/sword25/sfx

sev at users.sourceforge.net sev at users.sourceforge.net
Wed Jan 19 08:40:30 CET 2011


Revision: 55320
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55320&view=rev
Author:   sev
Date:     2011-01-19 07:40:30 +0000 (Wed, 19 Jan 2011)

Log Message:
-----------
SWORD25: getSoundTime() is not used. Remove it.

Modified Paths:
--------------
    scummvm/trunk/engines/sword25/sfx/soundengine.cpp
    scummvm/trunk/engines/sword25/sfx/soundengine.h

Modified: scummvm/trunk/engines/sword25/sfx/soundengine.cpp
===================================================================
--- scummvm/trunk/engines/sword25/sfx/soundengine.cpp	2011-01-19 07:40:10 UTC (rev 55319)
+++ scummvm/trunk/engines/sword25/sfx/soundengine.cpp	2011-01-19 07:40:30 UTC (rev 55320)
@@ -231,12 +231,6 @@
 	return 0;
 }
 
-float SoundEngine::getSoundTime(uint handle) {
-	warning("STUB: SoundEngine::getSoundTime(%d)", handle);
-
-	return 0;
-}
-
 Resource *SoundEngine::loadResource(const Common::String &fileName) {
 	warning("STUB: SoundEngine::loadResource(%s)", fileName.c_str());
 

Modified: scummvm/trunk/engines/sword25/sfx/soundengine.h
===================================================================
--- scummvm/trunk/engines/sword25/sfx/soundengine.h	2011-01-19 07:40:10 UTC (rev 55319)
+++ scummvm/trunk/engines/sword25/sfx/soundengine.h	2011-01-19 07:40:30 UTC (rev 55320)
@@ -238,11 +238,6 @@
 	 */
 	float getSoundPanning(uint handle);
 
-	/**
-	 * Returns the position within a playing sound in seconds
-	 */
-	float getSoundTime(uint handle);
-
 	Resource    *loadResource(const Common::String &fileName);
 	bool         canLoadResource(const Common::String &fileName);
 


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