aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--OpenAL32/alMidi.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenAL32/alMidi.c b/OpenAL32/alMidi.c
index b0c63f24..c040bf36 100644
--- a/OpenAL32/alMidi.c
+++ b/OpenAL32/alMidi.c
@@ -51,9 +51,7 @@ AL_API void AL_APIENTRY alMidiSoundfontvSOFT(ALsizei count, const ALuint *ids)
alSetError(context, AL_INVALID_OPERATION);
else
{
- ALCdevice_Lock(device);
err = V(synth,selectSoundfonts)(device, count, ids);
- ALCdevice_Unlock(device);
if(err != AL_NO_ERROR)
alSetError(context, err);
}