diff options
| author | Chris Apers | 2004-01-20 14:39:38 +0000 | 
|---|---|---|
| committer | Chris Apers | 2004-01-20 14:39:38 +0000 | 
| commit | f05654662ce6f0ef40bc378ec0032d77e50a5db8 (patch) | |
| tree | 00fc753bcac4c77fe6217fd7382ce62626dc6190 | |
| parent | 65d2e4e718be1a9e4d7355a506e38d317f0f16ab (diff) | |
| download | scummvm-rg350-f05654662ce6f0ef40bc378ec0032d77e50a5db8.tar.gz scummvm-rg350-f05654662ce6f0ef40bc378ec0032d77e50a5db8.tar.bz2 scummvm-rg350-f05654662ce6f0ef40bc378ec0032d77e50a5db8.zip | |
No more needed
svn-id: r12559
| -rw-r--r-- | sound/mixer.cpp | 2 | 
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)); | 
