aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/town.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-01-30 19:18:43 -0500
committerPaul Gilbert2015-01-30 19:18:43 -0500
commit29753a29a4b82d8cac78223232dc84c003d8f210 (patch)
treed25360ef31ae4650facfd70191eb74446d5851e1 /engines/xeen/town.h
parentbe327cb7672652a44294a13b9fa4215ae6358b6a (diff)
downloadscummvm-rg350-29753a29a4b82d8cac78223232dc84c003d8f210.tar.gz
scummvm-rg350-29753a29a4b82d8cac78223232dc84c003d8f210.tar.bz2
scummvm-rg350-29753a29a4b82d8cac78223232dc84c003d8f210.zip
XEEN: Implemented SpellsDialog and ConfirmDialog classes
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);