summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemname.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/itemname.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/itemname.h')
-rw-r--r--crawl-ref/source/itemname.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/itemname.h b/crawl-ref/source/itemname.h
index da4af1df4f..92e719cb85 100644
--- a/crawl-ref/source/itemname.h
+++ b/crawl-ref/source/itemname.h
@@ -128,7 +128,6 @@ item_kind item_kind_by_name(std::string name);
std::vector<std::string> item_name_list_for_glyph(unsigned glyph);
-const char* wand_type_name(int wandtype);
const char* rune_type_name(int p);
bool is_named_corpse(const item_def &corpse);