summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemname.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-27 12:40:18 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-27 12:40:18 +0000
commit79bbaa47cdd8caa7af8a9668be8d9287c9e34af7 (patch)
tree6e6665398ef4c990847476e91e9a706bde16c024 /crawl-ref/source/itemname.h
parentea7b6a69950ed580eebd008fdb6888024075266c (diff)
downloadcrawl-ref-79bbaa47cdd8caa7af8a9668be8d9287c9e34af7.tar.gz
crawl-ref-79bbaa47cdd8caa7af8a9668be8d9287c9e34af7.zip
More minor cleanups.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1378 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/itemname.h')
-rw-r--r--crawl-ref/source/itemname.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/crawl-ref/source/itemname.h b/crawl-ref/source/itemname.h
index 898fc7131e..c56a1c19b5 100644
--- a/crawl-ref/source/itemname.h
+++ b/crawl-ref/source/itemname.h
@@ -33,12 +33,6 @@ void check_item_knowledge();
std::string quant_name( const item_def &item, int quant,
description_level_type des, bool terse = false );
-/* ***********************************************************************
- * bit operations called from a large number of files
- * *********************************************************************** */
-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 is_interesting_item( const item_def& item );
@@ -56,5 +50,4 @@ item_type_id_state_type get_ident_type(object_class_type basetype,
void set_ident_type( object_class_type basetype, int subtype,
item_type_id_state_type setting, bool force = false);
-
#endif