aboutsummaryrefslogtreecommitdiff
path: root/engines/wage/gui.h
diff options
context:
space:
mode:
authorEugene Sandulenko2016-04-28 12:09:08 +0200
committerEugene Sandulenko2016-04-28 12:09:08 +0200
commitb5335ed9d46185cbd21c5a9840b1e28ad2cc79ac (patch)
treeaaaec180bb854f589e1c5773565fe1cf0c511ba3 /engines/wage/gui.h
parent6998182b1fef719499ab8b19d415d1a24dd7d908 (diff)
downloadscummvm-rg350-b5335ed9d46185cbd21c5a9840b1e28ad2cc79ac.tar.gz
scummvm-rg350-b5335ed9d46185cbd21c5a9840b1e28ad2cc79ac.tar.bz2
scummvm-rg350-b5335ed9d46185cbd21c5a9840b1e28ad2cc79ac.zip
WAGE: Moved cursor management to WM
Diffstat (limited to 'engines/wage/gui.h')
-rw-r--r--engines/wage/gui.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/wage/gui.h b/engines/wage/gui.h
index 448f0b44f7..5c3c281bc5 100644
--- a/engines/wage/gui.h
+++ b/engines/wage/gui.h
@@ -89,8 +89,6 @@ public:
void setSceneDirty() { _sceneDirty = true; }
void regenCommandsMenu();
void regenWeaponsMenu();
- void pushArrowCursor();
- void popCursor();
void actionCopy();
void actionPaste();
@@ -147,8 +145,6 @@ private:
uint _consoleNumLines;
bool _consoleFullRedraw;
- bool _cursorIsArrow;
-
bool _inTextSelection;
int _selectionStartX;
int _selectionStartY;