No more needed

svn-id: r12559
This commit is contained in:
Chris Apers
2004-01-20 14:39:38 +00:00
parent 65d2e4e718
commit f05654662c
-2
View File
@@ -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));