aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/fontsjis.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/graphics/fontsjis.cpp')
-rw-r--r--engines/sci/graphics/fontsjis.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/sci/graphics/fontsjis.cpp b/engines/sci/graphics/fontsjis.cpp
index 8e908c2853..c2e3d12318 100644
--- a/engines/sci/graphics/fontsjis.cpp
+++ b/engines/sci/graphics/fontsjis.cpp
@@ -67,10 +67,6 @@ byte GfxFontSjis::getCharWidth(uint16 chr) {
return _commonFont->getCharWidth(chr) >> 1;
}
-byte GfxFontSjis::getCharHeight(uint16 chr) {
- return _commonFont->getFontHeight() >> 1;
-}
-
void GfxFontSjis::draw(uint16 chr, int16 top, int16 left, byte color, bool greyedOutput) {
// TODO: Check, if character fits on screen - if it doesn't we need to skip it
// Normally SCI cuts the character and draws the part that fits, but the common SJIS doesn't support that