diff options
| author | Chris Apers | 2007-09-01 19:13:04 +0000 |
|---|---|---|
| committer | Chris Apers | 2007-09-01 19:13:04 +0000 |
| commit | 500481c4ec684bc943ea5e4c30786bec49871629 (patch) | |
| tree | 97d4899c4a80107d96b9d22dd005eb45935ac538 /graphics | |
| parent | 88b74c5c91478ea017fa247a2f92fab957257122 (diff) | |
| download | scummvm-rg350-500481c4ec684bc943ea5e4c30786bec49871629.tar.gz scummvm-rg350-500481c4ec684bc943ea5e4c30786bec49871629.tar.bz2 scummvm-rg350-500481c4ec684bc943ea5e4c30786bec49871629.zip | |
Cleanup: remove obsolete code (PalmOS 68K version not supported anymore)
svn-id: r28803
Diffstat (limited to 'graphics')
| -rw-r--r-- | graphics/fonts/scummfont.cpp | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/graphics/fonts/scummfont.cpp b/graphics/fonts/scummfont.cpp index 8975665813..0dc0c50f18 100644 --- a/graphics/fonts/scummfont.cpp +++ b/graphics/fonts/scummfont.cpp @@ -27,9 +27,6 @@ namespace Graphics { -#ifdef PALMOS_68K -static const byte *guifont; -#else // Built-in font static const byte guifont[] = { // Header @@ -279,7 +276,6 @@ static const byte guifont[] = { 28, 54, 54, 124, 102, 102, 124, 64, // 225 0, 0, 0 // ??? }; -#endif int ScummFont::getCharWidth(byte chr) const { return guifont[chr+6]; @@ -318,16 +314,3 @@ void ScummFont::drawChar(Surface *dst, byte chr, int tx, int ty, uint32 color) c } } // End of namespace Graphics - -#ifdef PALMOS_68K -#include "scumm_globals.h" - -_GINIT(ScummFont) -_GSETPTR(Graphics::guifont, GBVARS_GUIFONT_INDEX, byte, GBVARS_COMMON) -_GEND - -_GRELEASE(ScummFont) -_GRELEASEPTR(GBVARS_GUIFONT_INDEX, GBVARS_COMMON) -_GEND - -#endif |
