diff options
Diffstat (limited to 'engines/sci/gfx/operations.h')
-rw-r--r-- | engines/sci/gfx/operations.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/engines/sci/gfx/operations.h b/engines/sci/gfx/operations.h index 15f0aeec17..d079174672 100644 --- a/engines/sci/gfx/operations.h +++ b/engines/sci/gfx/operations.h @@ -93,9 +93,6 @@ typedef Common::List<rect_t> DirtyRectList; struct GfxState { gfx_options_t *options; - Common::Point pointer_pos; /**< Mouse pointer coordinates */ - Common::Rect pointerZone; /**< Rectangle in which the pointer can move */ - rect_t clip_zone_unscaled; /**< The current UNSCALED clipping zone */ rect_t clip_zone; /**< The current SCALED clipping zone; a cached scaled version of clip_zone_unscaled */ @@ -388,14 +385,6 @@ void gfxop_set_pointer_cursor(GfxState *state, int nr); void gfxop_set_pointer_view(GfxState *state, int nr, int loop, int cel, Common::Point *hotspot); /** - * Limits the mouse movement to a given rectangle. - * - * @param[in] state The affected state - * @param[in] rect The rectangle - */ -void gfxop_set_pointer_zone(GfxState *state, Common::Rect rect); - -/** * Retrieves the next input event from the driver. * * @param[in] state The affected state |