aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schickel2010-11-05 15:38:31 +0000
committerJohannes Schickel2010-11-05 15:38:31 +0000
commit49b3635181c50220b54d8dd2f2e4aa467ea45cb8 (patch)
tree8c4f82a37c8cd9dc05caa374ddbe6794809468e9
parenta6bee87990d3fd36cbb8e63716990a46fe00402c (diff)
downloadscummvm-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.h5
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: