aboutsummaryrefslogtreecommitdiff
path: root/sound/mixer.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/mixer.h')
-rw-r--r--sound/mixer.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sound/mixer.h b/sound/mixer.h
index 372bad4fc0..67c82f7364 100644
--- a/sound/mixer.h
+++ b/sound/mixer.h
@@ -27,9 +27,6 @@
#include "common/scummsys.h"
#include "common/system.h"
-#ifdef USE_MAD
-#include <mad.h>
-#endif
#ifdef USE_VORBIS
#include <vorbis/vorbisfile.h>
#endif
@@ -115,7 +112,6 @@ public:
int id = -1, byte volume = 255, int8 pan = 0, uint32 loopStart = 0, uint32 loopEnd = 0);
#ifdef USE_MAD
void playMP3(PlayingSoundHandle *handle, File *file, uint32 size, byte volume = 255, int8 pan = 0, int id = -1);
- void playMP3CDTrack(PlayingSoundHandle *handle, File *file, mad_timer_t duration, byte volume = 255, int8 pan = 0, int id = -1);
#endif
#ifdef USE_VORBIS
void playVorbis(PlayingSoundHandle *handle, File *file, uint32 size, byte volume = 255, int8 pan = 0, int id = -1);