From 891b568fde51c7f1732c86fd34cc40efcd4314ce Mon Sep 17 00:00:00 2001 From: Martin Kiewitz Date: Tue, 15 Jun 2010 13:01:07 +0000 Subject: SCI: move textSize and textFonts and textColors inside gfxText16 svn-id: r49851 --- engines/sci/graphics/gui.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'engines/sci/graphics/gui.h') diff --git a/engines/sci/graphics/gui.h b/engines/sci/graphics/gui.h index 73c37de099..edb93e10cb 100644 --- a/engines/sci/graphics/gui.h +++ b/engines/sci/graphics/gui.h @@ -53,10 +53,6 @@ public: virtual void wait(int16 ticks); - virtual void textSize(const char *text, int16 font, int16 maxWidth, int16 *textWidth, int16 *textHeight); - virtual void textFonts(int argc, reg_t *argv); - virtual void textColors(int argc, reg_t *argv); - protected: GfxCursor *_cursor; EngineState *_s; -- cgit v1.2.3