aboutsummaryrefslogtreecommitdiff
path: root/scumm/sound.h
diff options
context:
space:
mode:
authorMax Horn2003-09-07 19:28:45 +0000
committerMax Horn2003-09-07 19:28:45 +0000
commit1dbab0237f253f2427e8218b3c5a2c97fdfb3f62 (patch)
tree8586e18d708106b7ebdbe50d2ace44633e967274 /scumm/sound.h
parent361c3b95d52babd23b78864e6679334ed1c9e316 (diff)
downloadscummvm-rg350-1dbab0237f253f2427e8218b3c5a2c97fdfb3f62.tar.gz
scummvm-rg350-1dbab0237f253f2427e8218b3c5a2c97fdfb3f62.tar.bz2
scummvm-rg350-1dbab0237f253f2427e8218b3c5a2c97fdfb3f62.zip
cleanup/refactoring
svn-id: r10070
Diffstat (limited to 'scumm/sound.h')
-rw-r--r--scumm/sound.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/scumm/sound.h b/scumm/sound.h
index 9e82d2a6a0..a6d5254bb2 100644
--- a/scumm/sound.h
+++ b/scumm/sound.h
@@ -152,11 +152,8 @@ public:
int getCurrentCDSound() const { return _currentCDSound; }
protected:
- void clearSoundQue();
-
File *openSfxFile();
void startSfxSound(File *file, int file_size, PlayingSoundHandle *handle);
- void stopSfxSound();
bool isSfxFinished() const;
void playSfxSound(void *sound, uint32 size, uint rate, bool isUnsigned, PlayingSoundHandle *handle);
void playSfxSound_Vorbis(void *sound, uint32 size, PlayingSoundHandle *handle);