aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/vm.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/engine/vm.h')
-rw-r--r--engines/sci/engine/vm.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/engines/sci/engine/vm.h b/engines/sci/engine/vm.h
index e9c2924232..5e88a323e5 100644
--- a/engines/sci/engine/vm.h
+++ b/engines/sci/engine/vm.h
@@ -146,7 +146,6 @@ struct selector_map_t {
Selector client; /**< The object that wants to be moved */
Selector cycler; /**< The cycler of the client */
Selector dx, dy; /**< Deltas */
- Selector edgeHit;
Selector b_movCnt, b_i1, b_i2, b_di, b_xAxis, b_incr; /**< Various Bresenham vars */
Selector completed;
@@ -164,7 +163,7 @@ struct selector_map_t {
Selector max, cursor; /**< Used by EditControl */
Selector mode; /**< Used by text controls (-> DrawControl()) */
- Selector wordFail, syntaxFail, semanticFail; /**< Used by Parse() */
+ Selector wordFail, syntaxFail; /**< Used by Parse() */
Selector claimed; /**< Used generally by the event mechanism */
@@ -172,8 +171,6 @@ struct selector_map_t {
Selector lsTop, lsBottom, lsRight, lsLeft; /**< Used by Animate() subfunctions and scroll list controls */
- Selector baseSetter; /**< Alternative baseSetter */
-
Selector who, distance; /**< Used for 'chasing' movers */
Selector looper, mover, isBlocked, heading; /**< Used in DoAvoider */