[Scummvm-cvs-logs] SF.net SVN: scummvm:[47582] scummvm/trunk/sound/decoders

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Tue Jan 26 23:52:08 CET 2010


Revision: 47582
          http://scummvm.svn.sourceforge.net/scummvm/?rev=47582&view=rev
Author:   fingolfin
Date:     2010-01-26 22:52:08 +0000 (Tue, 26 Jan 2010)

Log Message:
-----------
Remove outdated comments

Modified Paths:
--------------
    scummvm/trunk/sound/decoders/raw.h
    scummvm/trunk/sound/decoders/wave.cpp

Modified: scummvm/trunk/sound/decoders/raw.h
===================================================================
--- scummvm/trunk/sound/decoders/raw.h	2010-01-26 22:51:40 UTC (rev 47581)
+++ scummvm/trunk/sound/decoders/raw.h	2010-01-26 22:52:08 UTC (rev 47582)
@@ -117,7 +117,6 @@
  * @see RawDiskStreamAudioBlock
  * @param numBlocks Number of blocks.
  * @param rate The rate
- * @param len Length of the data (in bytes!)
  * @param flags Flags combination.
  * @see Mixer::RawFlags
  * @param disposeStream Whether the "stream" object should be destroyed after playback.

Modified: scummvm/trunk/sound/decoders/wave.cpp
===================================================================
--- scummvm/trunk/sound/decoders/wave.cpp	2010-01-26 22:51:40 UTC (rev 47581)
+++ scummvm/trunk/sound/decoders/wave.cpp	2010-01-26 22:52:08 UTC (rev 47582)
@@ -188,7 +188,6 @@
 	if (disposeAfterUse == DisposeAfterUse::YES)
 		delete stream;
 
-	// Since we allocated our own buffer for the data, we must specify DisposeAfterUse::YES.
 	return makeRawMemoryStream(data, size, rate, flags);
 }
 


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