summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-06-23 02:28:46 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-06-23 20:57:56 +0200
commitceaff5dee3286c9a53c3fa39f3e10e4c00a0f03b (patch)
tree0e6d91a26156375d029ab87d0d7f097ea5be23b8 /crawl-ref/source/itemprop.h
parentafb1d1f468006a809ebf73cdedbe5f6dc82ee1ab (diff)
downloadcrawl-ref-ceaff5dee3286c9a53c3fa39f3e10e4c00a0f03b.tar.gz
crawl-ref-ceaff5dee3286c9a53c3fa39f3e10e4c00a0f03b.zip
Make a bunch of functions static or gone.
Diffstat (limited to 'crawl-ref/source/itemprop.h')
-rw-r--r--crawl-ref/source/itemprop.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/crawl-ref/source/itemprop.h b/crawl-ref/source/itemprop.h
index c0f79e8830..aa7fb84e26 100644
--- a/crawl-ref/source/itemprop.h
+++ b/crawl-ref/source/itemprop.h
@@ -29,7 +29,6 @@ bool item_ident(const item_def &item, iflags_t flags);
void set_ident_flags(item_def &item, iflags_t flags);
void unset_ident_flags(item_def &item, iflags_t flags);
bool fully_identified(const item_def &item);
-iflags_t full_ident_mask(const item_def& item);
// racial item and item descriptions:
void set_equip_race(item_def &item, iflags_t flags);
@@ -121,7 +120,6 @@ void maybe_change_train(const item_def &item, bool start);
// launcher and ammo functions:
bool is_range_weapon(const item_def &item);
missile_type fires_ammo_type(const item_def &item);
-missile_type fires_ammo_type(weapon_type wtype);
const char *ammo_name(missile_type ammo);
const char *ammo_name(const item_def &bow);
bool has_launcher(const item_def &ammo);
@@ -183,7 +181,6 @@ equipment_type get_item_slot(const item_def& item);
std::string item_base_name(const item_def &item);
std::string item_base_name(object_class_type type, int sub_type);
-std::string food_type_name(const item_def &item);
std::string food_type_name(int sub_type);
const char* weapon_base_name(uint8_t subtype);