aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/text.h
diff options
context:
space:
mode:
authorMartin Kiewitz2010-01-31 18:01:49 +0000
committerMartin Kiewitz2010-01-31 18:01:49 +0000
commit699a525db4f932095bd5b2033b4293446e1e30cf (patch)
treef5affaff67fb9abc3fb9396ffa799308bc44b5a9 /engines/sci/graphics/text.h
parent299fb1a9cc893ee895b40a17a02dc82906cca558 (diff)
downloadscummvm-rg350-699a525db4f932095bd5b2033b4293446e1e30cf.tar.gz
scummvm-rg350-699a525db4f932095bd5b2033b4293446e1e30cf.tar.bz2
scummvm-rg350-699a525db4f932095bd5b2033b4293446e1e30cf.zip
SCI: removing unused DrawChar()/StdChar() from text class
svn-id: r47765
Diffstat (limited to 'engines/sci/graphics/text.h')
-rw-r--r--engines/sci/graphics/text.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/sci/graphics/text.h b/engines/sci/graphics/text.h
index bf6d771c79..976dec0037 100644
--- a/engines/sci/graphics/text.h
+++ b/engines/sci/graphics/text.h
@@ -50,8 +50,6 @@ public:
int16 CodeProcessing(const char *&text, GuiResourceId orgFontId, int16 orgPenColor);
void ClearChar(int16 chr);
- void DrawChar(int16 chr);
- void StdChar(int16 chr);
int16 GetLongest(const char *text, int16 maxWidth, GuiResourceId orgFontId);
void Width(const char *text, int16 from, int16 len, GuiResourceId orgFontId, int16 &textWidth, int16 &textHeight);