aboutsummaryrefslogtreecommitdiff
path: root/backends/midi/morphos.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/midi/morphos.cpp')
-rw-r--r--backends/midi/morphos.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/backends/midi/morphos.cpp b/backends/midi/morphos.cpp
index 2cdc8aa258..b5181f098c 100644
--- a/backends/midi/morphos.cpp
+++ b/backends/midi/morphos.cpp
@@ -105,8 +105,6 @@ int MidiDriver_MPU401::midi_driver_thread(void *param)
// detected the shutdown and quit looping.
g_system->lock_mutex(mid->_mutex);
- ObtainSemaphore(&ScummMusicThreadRunning);
-
if (!OSystem_MorphOS::OpenATimer(&music_timer_port, (IORequest **) &music_timer_request, UNIT_MICROHZ, false)) {
warning("Could not open a timer - music will not play");
Wait(SIGBREAKF_CTRL_C);
@@ -135,7 +133,6 @@ int MidiDriver_MPU401::midi_driver_thread(void *param)
DeleteMsgPort(music_timer_port);
}
- ReleaseSemaphore(&ScummMusicThreadRunning);
g_system->unlock_mutex(mid->_mutex);
return 0;
}