aboutsummaryrefslogtreecommitdiff
path: root/sound/vorbis.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/vorbis.h')
-rw-r--r--sound/vorbis.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/sound/vorbis.h b/sound/vorbis.h
index 03d2496fe8..98430e6aaa 100644
--- a/sound/vorbis.h
+++ b/sound/vorbis.h
@@ -41,15 +41,6 @@ namespace Audio {
class AudioStream;
/**
- * Create a new AudioStream from the Ogg Vorbis data in the given
- * file. If you only want to play part of that file, then seek
- * to the start position in file before passing it to this
- * factory function, and specify the appropriate size.
- */
-AudioStream *makeVorbisStream(Common::File *file, uint32 size);
-
-
-/**
* Create a new AudioStream from the Ogg Vorbis data in the given stream.
* Allows for looping (which is why we require a SeekableReadStream),
* and specifying only a portion of the data to be played, based