summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemname.h
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2014-07-20 14:59:06 -0400
committerNeil Moore <neil@s-z.org>2014-07-20 15:00:55 -0400
commitc471ff7bd47c870ef79b61c53c1cebdd7e7aa3ba (patch)
tree03aa7134aa7781337f41ada40a4a0769be072397 /crawl-ref/source/itemname.h
parente4e15622d6dc5ef54af4f73848613013e2393a3b (diff)
downloadcrawl-ref-c471ff7bd47c870ef79b61c53c1cebdd7e7aa3ba.tar.gz
crawl-ref-c471ff7bd47c870ef79b61c53c1cebdd7e7aa3ba.zip
Remove an unused parameter.
Diffstat (limited to 'crawl-ref/source/itemname.h')
-rw-r--r--crawl-ref/source/itemname.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/itemname.h b/crawl-ref/source/itemname.h
index a8446789a3..06cf4fb136 100644
--- a/crawl-ref/source/itemname.h
+++ b/crawl-ref/source/itemname.h
@@ -137,8 +137,8 @@ const char* rune_type_name(int p);
bool is_named_corpse(const item_def &corpse);
string get_corpse_name(const item_def &corpse, uint64_t *name_type = NULL);
const char* deck_rarity_name(deck_rarity_type rarity);
-string base_type_string(object_class_type type, bool known = true);
-string base_type_string(const item_def &item, bool known = true);
+string base_type_string(object_class_type type);
+string base_type_string(const item_def &item);
string sub_type_string(const item_def &item, bool known = true);