diff options
-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: |