aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorMax Horn2008-05-19 13:13:41 +0000
committerMax Horn2008-05-19 13:13:41 +0000
commitdf58a64ce04091e36ae751a3db3aeb4db06c6ea6 (patch)
tree7a28d2e967916c00ba3a60fd9bb4f427bf968a8c /common
parent91b22e588652a48866ee283779f1613e4d0f093b (diff)
downloadscummvm-rg350-df58a64ce04091e36ae751a3db3aeb4db06c6ea6.tar.gz
scummvm-rg350-df58a64ce04091e36ae751a3db3aeb4db06c6ea6.tar.bz2
scummvm-rg350-df58a64ce04091e36ae751a3db3aeb4db06c6ea6.zip
Removed some dead code
svn-id: r32178
Diffstat (limited to 'common')
-rw-r--r--common/system.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/common/system.cpp b/common/system.cpp
index 9334185d05..5510bb59ec 100644
--- a/common/system.cpp
+++ b/common/system.cpp
@@ -130,8 +130,6 @@ void OSystem::clearScreen() {
*/
#if defined(__DS__)
#include "backends/fs/ds/ds-fs-factory.h"
-#elif defined(__GP32__)
- #include "backends/fs/gp32/gp32-fs-factory.h"
#elif defined(PALMOS_MODE)
#include "backends/fs/palmos/palmos-fs-factory.h"
#elif defined(__PLAYSTATION2__)
@@ -144,8 +142,6 @@ FilesystemFactory *OSystem::getFilesystemFactory() {
return 0;
#elif defined(__DS__)
return &DSFilesystemFactory::instance();
- #elif defined(__GP32__)
- return &GP32FilesystemFactory::instance();
#elif defined(PALMOS_MODE)
return &PalmOSFilesystemFactory::instance();
#elif defined(__PLAYSTATION2__)