aboutsummaryrefslogtreecommitdiff
path: root/scumm/sound.h
diff options
context:
space:
mode:
authorMax Horn2004-12-27 16:24:49 +0000
committerMax Horn2004-12-27 16:24:49 +0000
commitbc3b3517b286894cfe2055bdefa7ceaadc49cdac (patch)
treeebaefca2b692e474cbef0394b4b479c0da17cd50 /scumm/sound.h
parent1d44b0873fd124ddc394ec992c469cb079352e8b (diff)
downloadscummvm-rg350-bc3b3517b286894cfe2055bdefa7ceaadc49cdac.tar.gz
scummvm-rg350-bc3b3517b286894cfe2055bdefa7ceaadc49cdac.tar.bz2
scummvm-rg350-bc3b3517b286894cfe2055bdefa7ceaadc49cdac.zip
Merge startSfxSound into startTalkSound
svn-id: r16338
Diffstat (limited to 'scumm/sound.h')
-rw-r--r--scumm/sound.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/sound.h b/scumm/sound.h
index 6ef8989783..a374eced17 100644
--- a/scumm/sound.h
+++ b/scumm/sound.h
@@ -123,7 +123,6 @@ public:
protected:
ScummFile *openSfxFile();
- void startSfxSound(File *file, int file_size, PlayingSoundHandle *handle, int id = -1);
bool isSfxFinished() const;
void processSfxQueues();