From 8f8c85e7572350f68623f8e817f60bfffd05c624 Mon Sep 17 00:00:00 2001 From: Chris Apers Date: Sun, 31 Jan 2010 18:11:48 +0000 Subject: Removed obsolete code svn-id: r47767 --- engines/scumm/scumm.cpp | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/engines/scumm/scumm.cpp b/engines/scumm/scumm.cpp index 9fd1e4052c..3e30ea04cc 100644 --- a/engines/scumm/scumm.cpp +++ b/engines/scumm/scumm.cpp @@ -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 @@ void ScummEngine::setupScumm() { _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); -- cgit v1.2.3