aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hugo/object.h')
-rw-r--r--engines/hugo/object.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/hugo/object.h b/engines/hugo/object.h
index 09dcfeb30f..ef60e622f8 100644
--- a/engines/hugo/object.h
+++ b/engines/hugo/object.h
@@ -73,10 +73,8 @@ public:
int calcMaxScore();
int16 findObject(uint16 x, uint16 y);
void freeObjects();
- void freeObjectUses();
void loadObjectArr(Common::ReadStream &in);
void loadObjectUses(Common::ReadStream &in);
- void freeObjectArr();
void loadNumObj(Common::ReadStream &in);
void lookObject(object_t *obj);
void readObjectImages();