From f8f490c565809c93ca35928210a740b6579fba19 Mon Sep 17 00:00:00 2001 From: Martin Kiewitz Date: Fri, 5 Feb 2010 14:48:51 +0000 Subject: SCI: calling most of the cursor functions directly via _gfxCursor instead of SciGui/32 svn-id: r47903 --- engines/sci/graphics/gui.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'engines/sci/graphics/gui.h') diff --git a/engines/sci/graphics/gui.h b/engines/sci/graphics/gui.h index f2904d5ff2..569cc323e3 100644 --- a/engines/sci/graphics/gui.h +++ b/engines/sci/graphics/gui.h @@ -87,13 +87,7 @@ public: virtual bool isItSkip(GuiResourceId viewId, int16 loopNo, int16 celNo, Common::Point position); virtual void baseSetter(reg_t object); - void hideCursor(); - void showCursor(); - bool isCursorVisible(); - void setCursorShape(GuiResourceId cursorId); - void setCursorView(GuiResourceId viewNum, int loopNum, int cellNum, Common::Point *hotspot); virtual void setCursorPos(Common::Point pos); - Common::Point getCursorPos(); virtual void moveCursor(Common::Point pos); void setCursorZone(Common::Rect zone); -- cgit v1.2.3