diff options
author | Martin Kiewitz | 2010-01-31 18:01:49 +0000 |
---|---|---|
committer | Martin Kiewitz | 2010-01-31 18:01:49 +0000 |
commit | 699a525db4f932095bd5b2033b4293446e1e30cf (patch) | |
tree | f5affaff67fb9abc3fb9396ffa799308bc44b5a9 /engines/sci/graphics/text.h | |
parent | 299fb1a9cc893ee895b40a17a02dc82906cca558 (diff) | |
download | scummvm-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.h | 2 |
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); |