aboutsummaryrefslogtreecommitdiff
path: root/sound/mixer.h
diff options
context:
space:
mode:
authorMax Horn2002-07-29 16:18:32 +0000
committerMax Horn2002-07-29 16:18:32 +0000
commitc56c8ea5e618a74000e7bdce09c40eca7f3b01fb (patch)
tree0e36a73c098e99efcd9187b815a7e77838c00aef /sound/mixer.h
parenta99fe80d4b721e7e8745c6fd0c9d8b75205bba6b (diff)
downloadscummvm-rg350-c56c8ea5e618a74000e7bdce09c40eca7f3b01fb.tar.gz
scummvm-rg350-c56c8ea5e618a74000e7bdce09c40eca7f3b01fb.tar.bz2
scummvm-rg350-c56c8ea5e618a74000e7bdce09c40eca7f3b01fb.zip
patch 587769 by Fridvin Logi (supposedly helps with Nexus in The Dig)
svn-id: r4678
Diffstat (limited to 'sound/mixer.h')
-rw-r--r--sound/mixer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/mixer.h b/sound/mixer.h
index 7f52e88f54..9e4d068d1d 100644
--- a/sound/mixer.h
+++ b/sound/mixer.h
@@ -145,7 +145,6 @@ public:
Channel *_channels[NUM_CHANNELS];
PlayingSoundHandle *_handles[NUM_CHANNELS];
- int insert(PlayingSoundHandle *handle, Channel * chan);
int insert_at(PlayingSoundHandle *handle, int index, Channel * chan);
void append(void *data, uint32 len);
void uninsert(Channel * chan);