aboutsummaryrefslogtreecommitdiff
path: root/backends/morphos/morphos_sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/morphos/morphos_sound.cpp')
-rw-r--r--backends/morphos/morphos_sound.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/backends/morphos/morphos_sound.cpp b/backends/morphos/morphos_sound.cpp
index 0646f2bed8..70b344389d 100644
--- a/backends/morphos/morphos_sound.cpp
+++ b/backends/morphos/morphos_sound.cpp
@@ -190,8 +190,6 @@ int morphos_sound_thread(OSystem_MorphOS *syst, ULONG SampleType)
ULONG signals;
bool initialized;
- ObtainSemaphore(&ScummSoundThreadRunning);
-
initialized = init_morphos_sound();
if (!initialized)
{
@@ -250,8 +248,6 @@ int morphos_sound_thread(OSystem_MorphOS *syst, ULONG SampleType)
exit_morphos_sound();
- ReleaseSemaphore(&ScummSoundThreadRunning);
- RemTask(NULL);
return 0;
}