aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/graphics/gui.h')
-rw-r--r--engines/sci/graphics/gui.h6
1 files changed, 0 insertions, 6 deletions
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);