summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makeitem.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-04-05 21:31:50 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-04-05 22:12:35 +0200
commit8ae89f4b34d951056d402f5825b9738b50ae6626 (patch)
tree7f7b014e4f2ee016a58ec93d24c12e166172419c /crawl-ref/source/makeitem.h
parent457f92c1a75fcf433c6c8598d9a56a6183712b79 (diff)
downloadcrawl-ref-8ae89f4b34d951056d402f5825b9738b50ae6626.tar.gz
crawl-ref-8ae89f4b34d951056d402f5825b9738b50ae6626.zip
Make another bunch of functions static or gone.
Diffstat (limited to 'crawl-ref/source/makeitem.h')
-rw-r--r--crawl-ref/source/makeitem.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/makeitem.h b/crawl-ref/source/makeitem.h
index e39565a1fe..f7ec81c1dd 100644
--- a/crawl-ref/source/makeitem.h
+++ b/crawl-ref/source/makeitem.h
@@ -32,7 +32,6 @@ void init_rod_mp(item_def &item, int ncharges = -1, int item_level = -1);
jewellery_type get_random_ring_type();
jewellery_type get_random_amulet_type();
-armour_type get_random_body_armour_type(int level);
stave_type get_random_rod_type();
void item_set_appearance(item_def &item);
void maybe_set_item_race(item_def &item, int allowed, int num_rolls = 1);