aboutsummaryrefslogtreecommitdiff
path: root/scumm/charset.h
diff options
context:
space:
mode:
authorPaweł Kołodziejski2003-03-06 17:58:13 +0000
committerPaweł Kołodziejski2003-03-06 17:58:13 +0000
commit093428ae9a6a1fd33003a8a0827d7410501a74cb (patch)
tree00a37a896d37505db01dd69a162627df49e4990c /scumm/charset.h
parent90680fe9bb614c1c5b7030821445e294c937f152 (diff)
downloadscummvm-rg350-093428ae9a6a1fd33003a8a0827d7410501a74cb.tar.gz
scummvm-rg350-093428ae9a6a1fd33003a8a0827d7410501a74cb.tar.bz2
scummvm-rg350-093428ae9a6a1fd33003a8a0827d7410501a74cb.zip
and more cleanup
svn-id: r6718
Diffstat (limited to 'scumm/charset.h')
-rw-r--r--scumm/charset.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/scumm/charset.h b/scumm/charset.h
index 3116f02572..3618e113a8 100644
--- a/scumm/charset.h
+++ b/scumm/charset.h
@@ -66,7 +66,6 @@ public:
virtual int getFontHeight() = 0;
};
-
class CharsetRendererCommon : public CharsetRenderer {
protected:
byte *_fontPtr;
@@ -93,7 +92,6 @@ public:
void printChar(int chr);
};
-
class CharsetRendererOld256 : public CharsetRendererCommon {
protected:
int getCharWidth(byte chr);