aboutsummaryrefslogtreecommitdiff
path: root/sound/mixer.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/mixer.h')
-rw-r--r--sound/mixer.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sound/mixer.h b/sound/mixer.h
index 67c82f7364..6e88b11069 100644
--- a/sound/mixer.h
+++ b/sound/mixer.h
@@ -27,10 +27,6 @@
#include "common/scummsys.h"
#include "common/system.h"
-#ifdef USE_VORBIS
-#include <vorbis/vorbisfile.h>
-#endif
-
class AudioInputStream;
class Channel;
@@ -115,7 +111,6 @@ public:
#endif
#ifdef USE_VORBIS
void playVorbis(PlayingSoundHandle *handle, File *file, uint32 size, byte volume = 255, int8 pan = 0, int id = -1);
- void playVorbis(PlayingSoundHandle *handle, OggVorbis_File *ov_file, int duration, bool is_cd_track, byte volume = 255, int8 pan = 0, int id = -1);
#endif
void playInputStream(PlayingSoundHandle *handle, AudioInputStream *input, bool isMusic, byte volume = 255, int8 pan = 0, int id = -1, bool autofreeStream = true);