summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.h
diff options
context:
space:
mode:
authorVsevolod Kozlov <zaba@thorium.homeunix.org>2009-11-07 21:52:49 +0300
committerAdam Borowski <kilobyte@angband.pl>2009-11-07 20:00:44 +0100
commit3c9fa6372b74dbc85e9346775fed33c9c05bca0c (patch)
tree8f8e4f5d1ce18bd16af35d5b7dbf63e44b330fb3 /crawl-ref/source/itemprop.h
parent5e294c8cc236c58e72dff69c51b24d6b59533359 (diff)
downloadcrawl-ref-3c9fa6372b74dbc85e9346775fed33c9c05bca0c.tar.gz
crawl-ref-3c9fa6372b74dbc85e9346775fed33c9c05bca0c.zip
Remove unused is_colourful_item.
Diffstat (limited to 'crawl-ref/source/itemprop.h')
-rw-r--r--crawl-ref/source/itemprop.h2
1 files changed, 0 insertions, 2 deletions
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);