aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/hugo.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hugo/hugo.h')
-rw-r--r--engines/hugo/hugo.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/hugo/hugo.h b/engines/hugo/hugo.h
index 4f371117ab..985499896e 100644
--- a/engines/hugo/hugo.h
+++ b/engines/hugo/hugo.h
@@ -158,7 +158,6 @@ public:
uint16 _look;
uint16 _take;
uint16 _drop;
- uint16 _numObj;
GUI::Debugger *getDebugger() { return _console; }
@@ -200,7 +199,6 @@ public:
void clearBoundary(int x1, int x2, int y);
void endGame();
void initStatus();
- void readObjectImages();
void readScreenFiles(int screen);
void screenActions(int screen);
void setNewScreen(int screen);