From 96e2c239c4bc2a6f91d3fb141551eac06187b076 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 3 Jan 2004 00:55:28 +0000 Subject: removed SoundMixer::playMP3CDTrack; simplified makeMP3Stream (special variant with mad_timer_t was really only needed for MP3TrackInfo class) svn-id: r12095 --- sound/mp3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sound/mp3.h') diff --git a/sound/mp3.h b/sound/mp3.h index c5e93d290d..d39ebc1391 100644 --- a/sound/mp3.h +++ b/sound/mp3.h @@ -47,7 +47,7 @@ public: void play(SoundMixer *mixer, PlayingSoundHandle *handle, int startFrame, int duration); }; -AudioInputStream *makeMP3Stream(File *file, mad_timer_t duration, uint size = 0); +AudioInputStream *makeMP3Stream(File *file, uint size); #endif -- cgit v1.2.3