From a0199df818a90fcd142ef7d0adbc3bbda98003ac Mon Sep 17 00:00:00 2001 From: Arnaud Boutonné Date: Thu, 11 Nov 2010 23:04:04 +0000 Subject: HUGO: Cleanup, move several functions and variables to the object class svn-id: r54212 --- engines/hugo/hugo.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'engines/hugo/hugo.h') 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); -- cgit v1.2.3