aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/town.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/town.h')
-rw-r--r--engines/xeen/town.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/xeen/town.h b/engines/xeen/town.h
index 27b1fe2121..8237f8102e 100644
--- a/engines/xeen/town.h
+++ b/engines/xeen/town.h
@@ -96,10 +96,6 @@ private:
void depositWithdrawl(int choice);
- void notEnough(int consumableId, int whereId, bool mode, ErrorWaitType wait);
-
- int subtract(int mode, uint amount, int whereId, ErrorWaitType wait);
-
Character *showItems(Character *c, int v2);
public:
Town(XeenEngine *vm);