aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/dialogs_items.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-02-04 20:41:17 -0500
committerPaul Gilbert2015-02-04 20:41:17 -0500
commit7ea32f3333cb2123675f6dbdfae3ed232347d1a5 (patch)
tree458a07b5dfc0a964542b8187904f762cebe0d224 /engines/xeen/dialogs_items.h
parent8eb9ad50f8ddf23147b999fa40c6231a1a623d41 (diff)
downloadscummvm-rg350-7ea32f3333cb2123675f6dbdfae3ed232347d1a5.tar.gz
scummvm-rg350-7ea32f3333cb2123675f6dbdfae3ed232347d1a5.tar.bz2
scummvm-rg350-7ea32f3333cb2123675f6dbdfae3ed232347d1a5.zip
XEEN: Moved passRestrictions to the InventoryItems class
Diffstat (limited to 'engines/xeen/dialogs_items.h')
-rw-r--r--engines/xeen/dialogs_items.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/xeen/dialogs_items.h b/engines/xeen/dialogs_items.h
index c30eaa9a4a..aff43f6429 100644
--- a/engines/xeen/dialogs_items.h
+++ b/engines/xeen/dialogs_items.h
@@ -58,9 +58,6 @@ private:
int calcItemCost(Character *c, int itemIndex, ItemsMode mode, int skillLevel,
ItemCategory category);
- bool passRestrictions(CharacterClass charClass, int itemId,
- bool showError, ItemCategory category) const;
-
bool doItemOptions(Character &c, int actionIndex, int itemIndex,
ItemCategory category, ItemsMode mode);
public: