From 3c9fa6372b74dbc85e9346775fed33c9c05bca0c Mon Sep 17 00:00:00 2001 From: Vsevolod Kozlov Date: Sat, 7 Nov 2009 21:52:49 +0300 Subject: Remove unused is_colourful_item. --- crawl-ref/source/itemprop.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'crawl-ref/source/itemprop.h') diff --git a/crawl-ref/source/itemprop.h b/crawl-ref/source/itemprop.h index 413ee459df..cbc51d6fb9 100644 --- a/crawl-ref/source/itemprop.h +++ b/crawl-ref/source/itemprop.h @@ -739,8 +739,6 @@ size_type item_size(const item_def &item); equipment_type get_item_slot(object_class_type type, int sub_type); equipment_type get_item_slot(const item_def& item); -bool is_colourful_item(const item_def &item); - std::string item_base_name(const item_def &item); const char* weapon_base_name(unsigned char subtype); -- cgit v1.2.3-54-g00ecf