mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
No more needed
svn-id: r12559
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user