[Scummvm-cvs-logs] SF.net SVN: scummvm: [32178] scummvm/trunk/common/system.cpp

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Mon May 19 15:13:42 CEST 2008


Revision: 32178
          http://scummvm.svn.sourceforge.net/scummvm/?rev=32178&view=rev
Author:   fingolfin
Date:     2008-05-19 06:13:41 -0700 (Mon, 19 May 2008)

Log Message:
-----------
Removed some dead code

Modified Paths:
--------------
    scummvm/trunk/common/system.cpp

Modified: scummvm/trunk/common/system.cpp
===================================================================
--- scummvm/trunk/common/system.cpp	2008-05-18 22:33:41 UTC (rev 32177)
+++ scummvm/trunk/common/system.cpp	2008-05-19 13:13:41 UTC (rev 32178)
@@ -130,8 +130,6 @@
  */
 #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 @@
 		return 0;
 	#elif defined(__DS__)
 		return &DSFilesystemFactory::instance();
-	#elif defined(__GP32__)
-		return &GP32FilesystemFactory::instance();
 	#elif defined(PALMOS_MODE)
 		return &PalmOSFilesystemFactory::instance();
 	#elif defined(__PLAYSTATION2__)


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list