summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemname.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/itemname.h')
-rw-r--r--crawl-ref/source/itemname.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/crawl-ref/source/itemname.h b/crawl-ref/source/itemname.h
index 6cc279ecd9..898fc7131e 100644
--- a/crawl-ref/source/itemname.h
+++ b/crawl-ref/source/itemname.h
@@ -28,7 +28,7 @@ int property( const item_def &item, int prop_type );
/* ***********************************************************************
* called from: acr
* *********************************************************************** */
-void check_item_knowledge(void);
+void check_item_knowledge();
std::string quant_name( const item_def &item, int quant,
description_level_type des, bool terse = false );
@@ -36,20 +36,11 @@ std::string quant_name( const item_def &item, int quant,
/* ***********************************************************************
* bit operations called from a large number of files
* *********************************************************************** */
-bool item_cursed( const item_def &item );
-bool item_known_cursed( const item_def &item );
-bool item_known_uncursed( const item_def &item );
bool fully_identified( const item_def &item );
unsigned long full_ident_mask( const item_def& item );
bool item_type_known( const item_def &item );
-bool set_item_ego_type( item_def &item, int item_type, int ego_type );
-
-int get_weapon_brand( const item_def &item );
-int get_ammo_brand( const item_def &item );
-int get_armour_ego_type( const item_def &item );
-
bool is_interesting_item( const item_def& item );
int make_name( unsigned long seed, bool all_caps, char buff[ ITEMNAME_SIZE ] );