diff options
Diffstat (limited to 'audio/decoders/voc.h')
-rw-r--r-- | audio/decoders/voc.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/audio/decoders/voc.h b/audio/decoders/voc.h index 7d96d261b5..e16ffce42f 100644 --- a/audio/decoders/voc.h +++ b/audio/decoders/voc.h @@ -78,14 +78,6 @@ struct VocBlockHeader { extern int getSampleRateFromVOCRate(int vocSR); /** - * Try to load a VOC from the given stream. Returns a pointer to memory - * containing the PCM sample data (allocated with malloc). It is the callers - * responsibility to dellocate that data again later on! Currently this - * function only supports uncompressed raw PCM data. - */ -extern byte *loadVOCFromStream(Common::ReadStream &stream, int &size, int &rate); - -/** * Try to load a VOC from the given seekable stream and create an AudioStream * from that data. Currently this function only supports uncompressed raw PCM * data. |