diff options
author | Max Horn | 2002-12-08 19:50:36 +0000 |
---|---|---|
committer | Max Horn | 2002-12-08 19:50:36 +0000 |
commit | 3a9ab200921fc3a71ef8c30e73fd82f78a0eba08 (patch) | |
tree | 67d1da3da6aee103e47f3b732af9d43065668fef /common | |
parent | 4dc93957dab3a9aa57e74d2c19ce3b3c87b8eff9 (diff) | |
download | scummvm-rg350-3a9ab200921fc3a71ef8c30e73fd82f78a0eba08.tar.gz scummvm-rg350-3a9ab200921fc3a71ef8c30e73fd82f78a0eba08.tar.bz2 scummvm-rg350-3a9ab200921fc3a71ef8c30e73fd82f78a0eba08.zip |
removed obsolete stuff
svn-id: r5888
Diffstat (limited to 'common')
-rw-r--r-- | common/gameDetector.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/gameDetector.cpp b/common/gameDetector.cpp index 7617c65503..98557e539c 100644 --- a/common/gameDetector.cpp +++ b/common/gameDetector.cpp @@ -403,7 +403,6 @@ bool GameDetector::parseMusicDriver(const char *s) { {"qt",MD_QTMUSIC}, {"core",MD_COREAUDIO}, {"etude",MD_ETUDE}, - {"midiemu",MD_MIDIEMU}, {"alsa", MD_ALSA}, {"adlib", MD_ADLIB}, }; |