aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/scumm/scumm.cpp10
1 files changed, 0 insertions, 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);