diff options
author | Lars Persson | 2008-09-05 18:45:04 +0000 |
---|---|---|
committer | Lars Persson | 2008-09-05 18:45:04 +0000 |
commit | 2c36f00ff2c3ed2b09880dbc53f13fd85e2f21f9 (patch) | |
tree | 153d07f72b38f66c278448ac2affb8c5c9787f92 /base | |
parent | 5c6e286c6880dc4515c4242dcc881a6773719a10 (diff) | |
download | scummvm-rg350-2c36f00ff2c3ed2b09880dbc53f13fd85e2f21f9.tar.gz scummvm-rg350-2c36f00ff2c3ed2b09880dbc53f13fd85e2f21f9.tar.bz2 scummvm-rg350-2c36f00ff2c3ed2b09880dbc53f13fd85e2f21f9.zip |
Remove usage of main_features.inl and the file
svn-id: r34361
Diffstat (limited to 'base')
-rw-r--r-- | base/version.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/base/version.cpp b/base/version.cpp index 3f41e4febe..eabafecc30 100644 --- a/base/version.cpp +++ b/base/version.cpp @@ -97,11 +97,5 @@ const char *gScummVMFeatures = "" #ifdef USE_FLUIDSYNTH "FluidSynth " #endif - -#ifdef __SYMBIAN32__ -// we want a list of compiled in engines visible in the program, -// because we also release special builds with only one engine -#include "backends/platform/symbian/src/main_features.inl" -#endif ; |