aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/scumm.cpp
diff options
context:
space:
mode:
authorChris Apers2010-01-31 18:11:48 +0000
committerChris Apers2010-01-31 18:11:48 +0000
commit8f8c85e7572350f68623f8e817f60bfffd05c624 (patch)
treebe2a24107961ee17054912674fb6c02edaea79ab /engines/scumm/scumm.cpp
parent3ed2192923a146ee4b3f0784396d8e5479d68778 (diff)
downloadscummvm-rg350-8f8c85e7572350f68623f8e817f60bfffd05c624.tar.gz
scummvm-rg350-8f8c85e7572350f68623f8e817f60bfffd05c624.tar.bz2
scummvm-rg350-8f8c85e7572350f68623f8e817f60bfffd05c624.zip
Removed obsolete code
svn-id: r47767
Diffstat (limited to 'engines/scumm/scumm.cpp')
-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);