mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 12:39:56 +00:00
AUDIO: Remove obsolete comment.
svn-id: r54098
This commit is contained in:
parent
a6bee87990
commit
49b3635181
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user