aboutsummaryrefslogtreecommitdiff
path: root/scumm/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/sound.h')
-rw-r--r--scumm/sound.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/scumm/sound.h b/scumm/sound.h
index a6d5254bb2..a01d9f7766 100644
--- a/scumm/sound.h
+++ b/scumm/sound.h
@@ -159,10 +159,6 @@ protected:
void playSfxSound_Vorbis(void *sound, uint32 size, PlayingSoundHandle *handle);
int getCachedTrack(int track);
- int playMP3CDTrack(int track, int numLoops, int startFrame, int duration);
- int stopMP3CD();
- int pollMP3CD() const;
- int updateMP3CD();
};
#endif