From f05654662ce6f0ef40bc378ec0032d77e50a5db8 Mon Sep 17 00:00:00 2001 From: Chris Apers Date: Tue, 20 Jan 2004 14:39:38 +0000 Subject: No more needed svn-id: r12559 --- sound/mixer.cpp | 2 -- 1 file changed, 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)); -- cgit v1.2.3