summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/item_use.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2010-05-12 12:17:06 +0200
committerRobert Vollmert <rvollmert@gmx.net>2010-05-12 12:18:59 +0200
commit49f22ebfb4bbe02f3ca079ab2c27cd0bbaa7c719 (patch)
treec9e1478310e0f8ef4d3cde9f15128873b7153e11 /crawl-ref/source/item_use.h
parent9c61658c3d699c00a651c359d2c8bef095af4128 (diff)
downloadcrawl-ref-49f22ebfb4bbe02f3ca079ab2c27cd0bbaa7c719.tar.gz
crawl-ref-49f22ebfb4bbe02f3ca079ab2c27cd0bbaa7c719.zip
Collect equip and unequip effects in player-equip.cc.
Diffstat (limited to 'crawl-ref/source/item_use.h')
-rw-r--r--crawl-ref/source/item_use.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/crawl-ref/source/item_use.h b/crawl-ref/source/item_use.h
index cee6274ec9..23fea46fd4 100644
--- a/crawl-ref/source/item_use.h
+++ b/crawl-ref/source/item_use.h
@@ -55,8 +55,6 @@ bool safe_to_remove_or_wear(const item_def &item, bool remove,
void examine_object(void);
bool puton_ring(int slot = -1);
-void unequip_jewellery_effect(item_def &item, bool mesg);
-void equip_jewellery_effect(item_def &item);
void read_scroll(int slot = -1);
@@ -85,10 +83,6 @@ bool wield_weapon(bool auto_wield, int slot = -1,
void zap_wand(int slot = -1);
-void equip_weapon_effect(item_def& item, bool showMsgs);
-
-void use_artefact(item_def &item, bool *show_msgs = NULL, bool unmeld = false);
-
bool puton_item(int slot);
bool enchant_weapon(enchant_stat_type which_stat, bool quiet, item_def &wpn);