[Scummvm-cvs-logs] SF.net SVN: scummvm:[47767] scummvm/trunk/engines/scumm/scumm.cpp

chrilith at users.sourceforge.net chrilith at users.sourceforge.net
Sun Jan 31 19:11:49 CET 2010


Revision: 47767
          http://scummvm.svn.sourceforge.net/scummvm/?rev=47767&view=rev
Author:   chrilith
Date:     2010-01-31 18:11:48 +0000 (Sun, 31 Jan 2010)

Log Message:
-----------
Removed obsolete code

Modified Paths:
--------------
    scummvm/trunk/engines/scumm/scumm.cpp

Modified: scummvm/trunk/engines/scumm/scumm.cpp
===================================================================
--- scummvm/trunk/engines/scumm/scumm.cpp	2010-01-31 18:08:51 UTC (rev 47766)
+++ scummvm/trunk/engines/scumm/scumm.cpp	2010-01-31 18:11:48 UTC (rev 47767)
@@ -71,12 +71,6 @@
 
 #include "sound/mixer.h"
 
-#if (defined(PALMOS_ARM) || defined(PALMOS_DEBUG) || defined(__GP32__))
-namespace Graphics {
-	extern void initfonts();
-}
-#endif
-
 using Common::File;
 
 namespace Scumm {
@@ -1228,10 +1222,6 @@
 
 	_res->setHeapThreshold(400000, maxHeapThreshold);
 
-#if (defined(PALMOS_ARM) || defined(PALMOS_DEBUG) || defined(__GP32__))
-	Graphics::initfonts();
-#endif
-
 	if (_game.platform == Common::kPlatformFMTowns && _language == Common::JA_JPN) {
 		free(_fmtownsBuf);
 		_fmtownsBuf = (byte *)malloc(_screenWidth * _textSurfaceMultiplier * _screenHeight * _textSurfaceMultiplier);


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