Remove timidity driver from gameDetector.. as it's not really there anymore :)

svn-id: r4222
This commit is contained in:
James Brown 2002-05-06 19:57:12 +00:00
parent d08adbb421
commit 16842878ba

View file

@ -310,7 +310,6 @@ bool GameDetector::parseMusicDriver(const char *s) {
{"auto",MD_AUTO},
{"null",MD_NULL},
{"windows",MD_WINDOWS},
{"timidity",MD_TIMIDITY},
{"seq",MD_SEQ},
{"qt",MD_QTMUSIC},
{"core",MD_COREAUDIO},