summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemname.h
diff options
context:
space:
mode:
authorSamuel Bronson <naesten@gmail.com>2013-12-12 21:53:41 -0500
committerSamuel Bronson <naesten@gmail.com>2013-12-12 21:53:41 -0500
commit2ea37633255f42b9d0a3cdce5fa6f921dd74b5c3 (patch)
tree71ae14a41b5561a5e772ec1face6cc65a00756f5 /crawl-ref/source/itemname.h
parentf72215e01c566abe4efc4fb2311c652dadf383c1 (diff)
downloadcrawl-ref-2ea37633255f42b9d0a3cdce5fa6f921dd74b5c3.tar.gz
crawl-ref-2ea37633255f42b9d0a3cdce5fa6f921dd74b5c3.zip
Start using -Wredundant-decls; fix all the instances I get
That is, unless you count the ones in ncurses' headers, which I can't do anything except suppress.
Diffstat (limited to 'crawl-ref/source/itemname.h')
-rw-r--r--crawl-ref/source/itemname.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/crawl-ref/source/itemname.h b/crawl-ref/source/itemname.h
index efc679ee9d..0f40de3ec4 100644
--- a/crawl-ref/source/itemname.h
+++ b/crawl-ref/source/itemname.h
@@ -81,7 +81,6 @@ enum
};
bool is_vowel(const ucs_t chr);
-int property(const item_def &item, int prop_type);
const char* racial_description_string(const item_def& item, bool terse = false);
@@ -108,8 +107,6 @@ string make_name(uint32_t seed, bool all_caps, int maxlen = -1, char start = 0);
const char* weapon_brand_name(const item_def& item, bool terse);
const char* armour_ego_name(const item_def& item, bool terse);
-void init_properties();
-
bool item_type_has_ids(object_class_type base_type);
item_type_id_state_type get_ident_type(const item_def &item);
item_type_id_state_type get_ident_type(object_class_type basetype,