diff options
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 ; |