summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makeitem.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-03-20 16:08:01 +0100
committerAdam Borowski <kilobyte@angband.pl>2012-03-21 00:20:47 +0100
commit7dd5c5871da014673df453c9c8bc9053344b090d (patch)
treec0600d40ac5c771f18dd375021f934007da5f2aa /crawl-ref/source/makeitem.h
parent1730436e02529746fe5a69a1b1f593eec5ad53bc (diff)
downloadcrawl-ref-7dd5c5871da014673df453c9c8bc9053344b090d.tar.gz
crawl-ref-7dd5c5871da014673df453c9c8bc9053344b090d.zip
Make another bunch of functions static or deleted.
Looks like get_XXX_path and the like in files.cc could use some drastic simplification, or perhaps even a nuking and rewrite.
Diffstat (limited to 'crawl-ref/source/makeitem.h')
-rw-r--r--crawl-ref/source/makeitem.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/makeitem.h b/crawl-ref/source/makeitem.h
index 12457eb501..e39565a1fe 100644
--- a/crawl-ref/source/makeitem.h
+++ b/crawl-ref/source/makeitem.h
@@ -33,7 +33,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);
-armour_type get_random_armour_type(int item_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);
@@ -45,7 +44,6 @@ bool is_missile_brand_ok(int type, int brand, bool strict);
bool got_curare_roll(const int item_level);
void reroll_brand(item_def &item, int item_level);
-deck_rarity_type random_deck_rarity();
bool is_high_tier_wand(int type);
#if defined(DEBUG_DIAGNOSTICS) || defined(DEBUG_TESTS)