aboutsummaryrefslogtreecommitdiff
path: root/sound/decoders/raw.h
diff options
context:
space:
mode:
authorMax Horn2010-01-26 22:52:08 +0000
committerMax Horn2010-01-26 22:52:08 +0000
commit77fe0215cd447ff55279b0b1feaf6b838d2dd71f (patch)
treece37c2fbffee2244fe0a8e3e9d1cd57972c8f297 /sound/decoders/raw.h
parentff783e4bb78f8442896e3f08a1b4234a6b89b9d7 (diff)
downloadscummvm-rg350-77fe0215cd447ff55279b0b1feaf6b838d2dd71f.tar.gz
scummvm-rg350-77fe0215cd447ff55279b0b1feaf6b838d2dd71f.tar.bz2
scummvm-rg350-77fe0215cd447ff55279b0b1feaf6b838d2dd71f.zip
Remove outdated comments
svn-id: r47582
Diffstat (limited to 'sound/decoders/raw.h')
-rw-r--r--sound/decoders/raw.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/decoders/raw.h b/sound/decoders/raw.h
index 16ab4ec350..f4de982d62 100644
--- a/sound/decoders/raw.h
+++ b/sound/decoders/raw.h
@@ -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.