diff options
Diffstat (limited to 'base')
-rw-r--r-- | base/plugins.cpp | 3 |
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 |