diff options
| author | Paweł Kołodziejski | 2004-05-09 13:12:19 +0000 |
|---|---|---|
| committer | Paweł Kołodziejski | 2004-05-09 13:12:19 +0000 |
| commit | f74a675850be9aa7066e491bffac88c9595477d2 (patch) | |
| tree | e50067aa183deb8716e82e7b80234422695ecf32 /base | |
| parent | 7804b57632e3e4eb57971f2a95fa873ef11866ea (diff) | |
| download | scummvm-rg350-f74a675850be9aa7066e491bffac88c9595477d2.tar.gz scummvm-rg350-f74a675850be9aa7066e491bffac88c9595477d2.tar.bz2 scummvm-rg350-f74a675850be9aa7066e491bffac88c9595477d2.zip | |
removed awe based on Endy statement
svn-id: r13809
Diffstat (limited to 'base')
| -rw-r--r-- | base/plugins.cpp | 4 | ||||
| -rw-r--r-- | base/plugins.h | 4 |
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 |
