diff options
Diffstat (limited to 'audio/decoders/raw.cpp')
-rw-r--r-- | audio/decoders/raw.cpp | 1 |
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 { |