aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorJohannes Schickel2011-12-31 06:29:56 +0100
committerJohannes Schickel2011-12-31 06:29:56 +0100
commitb89e63798a6930125ae4c984ae8bf50d5e4370f2 (patch)
treeb92fe0cdcb8bb40448c8c82794012334a604cdd8 /audio
parenta2221a8b9ee65cec914a106569bc8b2d0a03b3c8 (diff)
downloadscummvm-rg350-b89e63798a6930125ae4c984ae8bf50d5e4370f2.tar.gz
scummvm-rg350-b89e63798a6930125ae4c984ae8bf50d5e4370f2.tar.bz2
scummvm-rg350-b89e63798a6930125ae4c984ae8bf50d5e4370f2.zip
AUDIO: Remove outdated comment about RawStream. Thanks to clone2727 for noticing.
Diffstat (limited to 'audio')
-rw-r--r--audio/decoders/raw.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/decoders/raw.cpp b/audio/decoders/raw.cpp
index 456d09cb1b..d24e07926e 100644
--- a/audio/decoders/raw.cpp
+++ b/audio/decoders/raw.cpp
@@ -45,7 +45,6 @@ namespace Audio {
/**
* This is a stream, which allows for playing raw PCM data from a stream.
- * It also features playback of multiple blocks from a given stream.
*/
template<bool is16Bit, bool isUnsigned, bool isLE>
class RawStream : public SeekableAudioStream {