From c06c05a7696a4145afc74ffe679c9048bfc02246 Mon Sep 17 00:00:00 2001 From: athrxx Date: Sun, 10 Jul 2011 00:44:18 +0200 Subject: GRAPHICS: remove char/line spacing handling from sjis code (as discussed with LordHoto this should rather be handled in the engine) --- graphics/sjis.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'graphics/sjis.h') diff --git a/graphics/sjis.h b/graphics/sjis.h index de2d4b325c..4b54da53b4 100644 --- a/graphics/sjis.h +++ b/graphics/sjis.h @@ -146,10 +146,6 @@ public: virtual void toggleFlippedMode(bool enable); - virtual void setCharSpacing(int spacing); - - virtual void setLineSpacing(int spacing); - virtual uint getFontHeight() const; virtual uint getMaxFontWidth() const; @@ -172,7 +168,6 @@ protected: DrawingMode _drawMode; bool _flippedMode; int _fontWidth, _fontHeight; - int _charSpacing, _lineSpacing; uint8 _bitPosNewLineMask; bool isASCII(uint16 ch) const; -- cgit v1.2.3