mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-21 01:05:59 +00:00
Remove outdated comments
svn-id: r47582
This commit is contained in:
parent
ff783e4bb7
commit
77fe0215cd
@ -117,7 +117,6 @@ struct RawDiskStreamAudioBlock {
|
||||
* @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.
|
||||
|
@ -188,7 +188,6 @@ RewindableAudioStream *makeWAVStream(Common::SeekableReadStream *stream, Dispose
|
||||
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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user