aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sound/softseq
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/sound/softseq')
-rw-r--r--engines/sci/sound/softseq/adlib.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/sci/sound/softseq/adlib.cpp b/engines/sci/sound/softseq/adlib.cpp
index 5cca3561bf..c8c12040ec 100644
--- a/engines/sci/sound/softseq/adlib.cpp
+++ b/engines/sci/sound/softseq/adlib.cpp
@@ -827,8 +827,4 @@ MidiPlayer *MidiPlayer_Adlib_create() {
return new MidiPlayer_Adlib();
}
-MidiDriver *MidiDriver_Adlib_create() {
- return new MidiDriver_Adlib(g_system->getMixer());
-}
-
} // End of namespace Sci