From d0194206498ab28efcfd2ed591041c901da78048 Mon Sep 17 00:00:00 2001 From: Neil Millstone Date: Sat, 24 May 2008 15:01:19 +0000 Subject: Removing DS ifdef from getFileSystemFactory(). svn-id: r32248 --- common/system.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'common') diff --git a/common/system.cpp b/common/system.cpp index 5510bb59ec..f133f3c4e3 100644 --- a/common/system.cpp +++ b/common/system.cpp @@ -137,11 +137,9 @@ void OSystem::clearScreen() { #endif FilesystemFactory *OSystem::getFilesystemFactory() { - #if defined(__amigaos4__) || defined(__DC__) || defined(__SYMBIAN32__) || defined(UNIX) || defined(WIN32) || defined(__PSP__) + #if defined(__amigaos4__) || defined(__DC__) || defined(__SYMBIAN32__) || defined(UNIX) || defined(WIN32) || defined(__PSP__) || defined(__DS__) // These ports already implement this function, so it should never be called. return 0; - #elif defined(__DS__) - return &DSFilesystemFactory::instance(); #elif defined(PALMOS_MODE) return &PalmOSFilesystemFactory::instance(); #elif defined(__PLAYSTATION2__) -- cgit v1.2.3