aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorChris Apers2004-01-20 14:39:38 +0000
committerChris Apers2004-01-20 14:39:38 +0000
commitf05654662ce6f0ef40bc378ec0032d77e50a5db8 (patch)
tree00fc753bcac4c77fe6217fd7382ce62626dc6190 /sound
parent65d2e4e718be1a9e4d7355a506e38d317f0f16ab (diff)
downloadscummvm-rg350-f05654662ce6f0ef40bc378ec0032d77e50a5db8.tar.gz
scummvm-rg350-f05654662ce6f0ef40bc378ec0032d77e50a5db8.tar.bz2
scummvm-rg350-f05654662ce6f0ef40bc378ec0032d77e50a5db8.zip
No more needed
svn-id: r12559
Diffstat (limited to 'sound')
-rw-r--r--sound/mixer.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/mixer.cpp b/sound/mixer.cpp
index b2687730c4..667904a53a 100644
--- a/sound/mixer.cpp
+++ b/sound/mixer.cpp
@@ -286,9 +286,7 @@ void SoundMixer::playInputStream(PlayingSoundHandle *handle, AudioStream *input,
}
void SoundMixer::mix(int16 *buf, uint len) {
-#ifndef __PALM_OS__
Common::StackLock lock(_mutex);
-#endif
// zero the buf
memset(buf, 0, 2 * len * sizeof(int16));