aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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));