summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-11-30 01:45:33 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-11-30 22:40:16 +0100
commit6b0f1e84ca5c913d5d30a6ff55d8b2b39d5c6607 (patch)
tree932e0c13ef599e82c56af1131e978cf161e8198a /crawl-ref/source/itemprop.h
parente1f20ff6039de2a100c4e2631fb9bbc4c4ff3ffc (diff)
downloadcrawl-ref-6b0f1e84ca5c913d5d30a6ff55d8b2b39d5c6607.tar.gz
crawl-ref-6b0f1e84ca5c913d5d30a6ff55d8b2b39d5c6607.zip
Throw the gauntlets.
This reverts commit 7f8b6d85697774a182b3f40aca21e2286d5c32a3.
Diffstat (limited to 'crawl-ref/source/itemprop.h')
-rw-r--r--crawl-ref/source/itemprop.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/crawl-ref/source/itemprop.h b/crawl-ref/source/itemprop.h
index a932d90b4e..26ec6725b8 100644
--- a/crawl-ref/source/itemprop.h
+++ b/crawl-ref/source/itemprop.h
@@ -44,9 +44,6 @@ short get_helmet_desc(const item_def &item) PURE;
bool is_helmet(const item_def &item) PURE;
bool is_hard_helmet(const item_def &item) PURE;
-short get_gloves_desc(const item_def &item) PURE;
-void set_gloves_random_desc(item_def &item);
-
// ego items:
bool set_item_ego_type(item_def &item, object_class_type item_type,
int ego_type);