summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/item_use.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/item_use.h')
-rw-r--r--crawl-ref/source/item_use.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/item_use.h b/crawl-ref/source/item_use.h
index 61c2ea6741..9115ecf6bd 100644
--- a/crawl-ref/source/item_use.h
+++ b/crawl-ref/source/item_use.h
@@ -128,8 +128,6 @@ void use_randart( unsigned char item_wield_2 );
bool puton_item(int slot, bool prompt_finger = true);
-int armour_equip_slot(const item_def &item);
-
bool enchant_weapon( int which_stat, bool quiet = false );
#endif