From 80c7baf5a9d6beab424479c2295d4a52b1ed757b Mon Sep 17 00:00:00 2001 From: haranp Date: Sun, 8 Feb 2009 16:02:03 +0000 Subject: [2577409]: minor improvements to the shopping interface. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8979 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/itemname.h | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'crawl-ref/source/itemname.h') diff --git a/crawl-ref/source/itemname.h b/crawl-ref/source/itemname.h index b98715bcfd..a7b7bcd268 100644 --- a/crawl-ref/source/itemname.h +++ b/crawl-ref/source/itemname.h @@ -74,22 +74,11 @@ enum potion_description_qualifier_type }; bool is_vowel( const char chr ); - -/* *********************************************************************** - * called from: debug - describe - dungeon - fight - files - item_use - - * monstuff - mstuff2 - players - spells0 - * *********************************************************************** */ int property( const item_def &item, int prop_type ); -/* *********************************************************************** - * called from: describe - * *********************************************************************** */ const char* racial_description_string(const item_def& item, bool terse = false); -/* *********************************************************************** - * called from: acr - * *********************************************************************** */ -void check_item_knowledge(); +bool check_item_knowledge(bool quiet); std::string quant_name( const item_def &item, int quant, description_level_type des, bool terse = false ); -- cgit v1.2.3-54-g00ecf