aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
Diffstat (limited to 'base')
-rw-r--r--base/plugins.cpp4
-rw-r--r--base/plugins.h4
2 files changed, 0 insertions, 8 deletions
diff --git a/base/plugins.cpp b/base/plugins.cpp
index 97c1187761..c096d1813a 100644
--- a/base/plugins.cpp
+++ b/base/plugins.cpp
@@ -252,10 +252,6 @@ void PluginManager::loadPlugins() {
#ifndef DISABLE_SAGA
LOAD_MODULE("saga", SAGA);
#endif
-
-#ifndef DISABLE_AWE
- LOAD_MODULE("awe", AWE);
-#endif
}
void PluginManager::unloadPlugins() {
diff --git a/base/plugins.h b/base/plugins.h
index 600a8aaa03..5c5e94559f 100644
--- a/base/plugins.h
+++ b/base/plugins.h
@@ -173,10 +173,6 @@ DECLARE_PLUGIN(KYRA)
DECLARE_PLUGIN(SAGA)
#endif
-#ifndef DISABLE_AWE
-DECLARE_PLUGIN(AWE)
-#endif
-
#endif
#endif