aboutsummaryrefslogtreecommitdiff
path: root/base/plugins.cpp
diff options
context:
space:
mode:
authorMax Horn2009-09-27 22:43:32 +0000
committerMax Horn2009-09-27 22:43:32 +0000
commit76132409d69302b41d0bc7499fa0a97fdb2bf169 (patch)
treed0595ad09ef36e52b8945c8ce7125dfd1f603d89 /base/plugins.cpp
parent6ec05c48f937cad59f881484bd0b04f8fcc3fc99 (diff)
downloadscummvm-rg350-76132409d69302b41d0bc7499fa0a97fdb2bf169.tar.gz
scummvm-rg350-76132409d69302b41d0bc7499fa0a97fdb2bf169.tar.bz2
scummvm-rg350-76132409d69302b41d0bc7499fa0a97fdb2bf169.zip
Removed Mac OS X QuickTime MIDI backend. It breaks on OS X 10.6, and it's not as good as the CoreAudio backend anyway
svn-id: r44428
Diffstat (limited to 'base/plugins.cpp')
-rw-r--r--base/plugins.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/base/plugins.cpp b/base/plugins.cpp
index a17e21b92a..b31a1ad2b0 100644
--- a/base/plugins.cpp
+++ b/base/plugins.cpp
@@ -189,7 +189,6 @@ public:
#if defined(MACOSX)
LINK_PLUGIN(COREAUDIO)
LINK_PLUGIN(COREMIDI)
- LINK_PLUGIN(QUICKTIME)
#endif
#if defined(PALMOS_MODE)
# if defined(COMPILE_CLIE)