aboutsummaryrefslogtreecommitdiff
path: root/audio/softsynth/opl/mame.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'audio/softsynth/opl/mame.cpp')
-rw-r--r--audio/softsynth/opl/mame.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/audio/softsynth/opl/mame.cpp b/audio/softsynth/opl/mame.cpp
index d43f638496..696169be09 100644
--- a/audio/softsynth/opl/mame.cpp
+++ b/audio/softsynth/opl/mame.cpp
@@ -61,9 +61,6 @@ bool OPL::init() {
_opl = MAME::makeAdLibOPL(g_system->getMixer()->getOutputRate());
- // FIXME: Remove this once EmulatedOPL is actually controlling playback
- start(0);
-
return (_opl != 0);
}