summaryrefslogtreecommitdiff
path: root/src/music
diff options
context:
space:
mode:
Diffstat (limited to 'src/music')
-rw-r--r--src/music/extmidi.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/music/extmidi.cpp b/src/music/extmidi.cpp
index 7b9e649c0..f4a35360c 100644
--- a/src/music/extmidi.cpp
+++ b/src/music/extmidi.cpp
@@ -9,7 +9,6 @@
/** @file extmidi.cpp Playing music via an external player. */
-#ifndef __MORPHOS__
#include "../stdafx.h"
#include "../debug.h"
#include "../string_func.h"
@@ -135,5 +134,3 @@ void MusicDriver_ExtMidi::DoStop()
waitpid(this->pid, NULL, 0);
this->pid = -1;
}
-
-#endif /* __MORPHOS__ */