aboutsummaryrefslogtreecommitdiff
path: root/engines/wage/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wage/gui.h')
-rw-r--r--engines/wage/gui.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/engines/wage/gui.h b/engines/wage/gui.h
index 9b1995c3f8..448f0b44f7 100644
--- a/engines/wage/gui.h
+++ b/engines/wage/gui.h
@@ -75,12 +75,6 @@ enum {
kCursorHeight = 12
};
-enum {
- kPatternSolid = 1,
- kPatternStripes = 2,
- kPatternCheckers2 = 3
-};
-
class Gui {
public:
Gui(WageEngine *engine);
@@ -110,8 +104,6 @@ public:
bool processSceneEvents(WindowClick click, Common::Event &event);
bool processConsoleEvents(WindowClick click, Common::Event &event);
- Patterns &getPatterns() { return _patterns; }
-
private:
void drawScene();
void drawConsole();
@@ -132,8 +124,6 @@ public:
WageEngine *_engine;
- Patterns _patterns;
-
bool _cursorDirty;
Common::Rect _cursorRect;
bool _cursorOff;