aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authorPaul Gilbert2011-11-20 12:14:10 +1100
committerPaul Gilbert2011-11-20 12:14:10 +1100
commitb0611f31895130dcc27bef93bf1d54dfbfc1da43 (patch)
treea6d1a699d1299de5235611820fec1d21903d2646 /base
parent90ecc195c1939a073d27c56fe27678764979650b (diff)
downloadscummvm-rg350-b0611f31895130dcc27bef93bf1d54dfbfc1da43.tar.gz
scummvm-rg350-b0611f31895130dcc27bef93bf1d54dfbfc1da43.tar.bz2
scummvm-rg350-b0611f31895130dcc27bef93bf1d54dfbfc1da43.zip
M4: Removed the M4/MADS engine from trunk
Diffstat (limited to 'base')
-rw-r--r--base/plugins.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/base/plugins.cpp b/base/plugins.cpp
index 3e18e0ec4e..e587b962d6 100644
--- a/base/plugins.cpp
+++ b/base/plugins.cpp
@@ -133,9 +133,6 @@ public:
#if PLUGIN_ENABLED_STATIC(LURE)
LINK_PLUGIN(LURE)
#endif
- #if PLUGIN_ENABLED_STATIC(M4)
- LINK_PLUGIN(M4)
- #endif
#if PLUGIN_ENABLED_STATIC(MADE)
LINK_PLUGIN(MADE)
#endif