[Scummvm-cvs-logs] SF.net SVN: scummvm:[45901] scummvm/trunk/engines/sci/sfx/core.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Sat Nov 14 17:16:48 CET 2009


Revision: 45901
          http://scummvm.svn.sourceforge.net/scummvm/?rev=45901&view=rev
Author:   thebluegr
Date:     2009-11-14 16:16:47 +0000 (Sat, 14 Nov 2009)

Log Message:
-----------
Removed unused code

Modified Paths:
--------------
    scummvm/trunk/engines/sci/sfx/core.cpp

Modified: scummvm/trunk/engines/sci/sfx/core.cpp
===================================================================
--- scummvm/trunk/engines/sci/sfx/core.cpp	2009-11-14 15:46:38 UTC (rev 45900)
+++ scummvm/trunk/engines/sci/sfx/core.cpp	2009-11-14 16:16:47 UTC (rev 45901)
@@ -331,11 +331,6 @@
 
 #pragma mark -
 
-
-int sfx_pcm_available() {
-	return g_system->getMixer()->isReady();
-}
-
 void SfxState::sfx_reset_player() {
 	if (_player)
 		_player->stop();


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