From 513d0be10628574c98bb2588a7ef4567590228e2 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Wed, 19 Oct 2011 20:27:43 +0300 Subject: SCI: Merged all the code to get/set the NS rect --- engines/sci/graphics/text32.h | 1 - 1 file changed, 1 deletion(-) (limited to 'engines/sci/graphics/text32.h') diff --git a/engines/sci/graphics/text32.h b/engines/sci/graphics/text32.h index 5a069958d9..dfcbf63ccf 100644 --- a/engines/sci/graphics/text32.h +++ b/engines/sci/graphics/text32.h @@ -47,7 +47,6 @@ private: void Width(const char *text, int16 from, int16 len, GuiResourceId orgFontId, int16 &textWidth, int16 &textHeight, bool restoreFont); void StringWidth(const char *str, GuiResourceId orgFontId, int16 &textWidth, int16 &textHeight); Common::Rect getPlaneRect(reg_t textObject); - Common::Rect getNSRect(reg_t textObject); SegManager *_segMan; GfxCache *_cache; -- cgit v1.2.3