diff options
author | Johannes Schickel | 2010-11-05 15:38:31 +0000 |
---|---|---|
committer | Johannes Schickel | 2010-11-05 15:38:31 +0000 |
commit | 49b3635181c50220b54d8dd2f2e4aa467ea45cb8 (patch) | |
tree | 8c4f82a37c8cd9dc05caa374ddbe6794809468e9 | |
parent | a6bee87990d3fd36cbb8e63716990a46fe00402c (diff) | |
download | scummvm-rg350-49b3635181c50220b54d8dd2f2e4aa467ea45cb8.tar.gz scummvm-rg350-49b3635181c50220b54d8dd2f2e4aa467ea45cb8.tar.bz2 scummvm-rg350-49b3635181c50220b54d8dd2f2e4aa467ea45cb8.zip |
AUDIO: Remove obsolete comment.
svn-id: r54098
-rw-r--r-- | sound/audiostream.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sound/audiostream.h b/sound/audiostream.h index 64ad128931..b2c012841d 100644 --- a/sound/audiostream.h +++ b/sound/audiostream.h @@ -276,11 +276,6 @@ private: * The same caveats apply to SubSeekableAudioStream as do to SeekableAudioStream. * * Manipulating the parent stream directly /will/ mess up a substream. - * - * IMPORTANT: - * Note for engine authors. This object is currently under inspection. In case - * we need to revise the looping API we might drop this. So if you really need - * something like this object, please drop a mail to LordHoto. */ class SubSeekableAudioStream : public SeekableAudioStream { public: |