diff options
Diffstat (limited to 'music')
-rw-r--r-- | music/extmidi.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/music/extmidi.c b/music/extmidi.c index 1e04e356b..1c66b8ec6 100644 --- a/music/extmidi.c +++ b/music/extmidi.c @@ -1,6 +1,5 @@ /* $Id$ */ -#ifndef __BEOS__ #ifndef __MORPHOS__ #include "../stdafx.h" #include "../openttd.h" @@ -110,4 +109,3 @@ const HalMusicDriver _extmidi_music_driver = { }; #endif /* __MORPHOS__ */ -#endif /* __BEOS__ */ |