summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.h
diff options
context:
space:
mode:
authorVsevolod Kozlov <zaba@thorium.homeunix.org>2009-11-08 11:10:50 +0300
committerVsevolod Kozlov <zaba@thorium.homeunix.org>2009-11-08 11:33:57 +0300
commitf52c2f9713b594127ef8fdf5acb787c0fc43d89f (patch)
tree907e4d9f206c543c7983e3b0300743f4f7e877a6 /crawl-ref/source/itemprop.h
parentd0b1ebb446d3eebb41824161d7160b24d3e7cceb (diff)
downloadcrawl-ref-f52c2f9713b594127ef8fdf5acb787c0fc43d89f.tar.gz
crawl-ref-f52c2f9713b594127ef8fdf5acb787c0fc43d89f.zip
Remove unused is_tool.
Diffstat (limited to 'crawl-ref/source/itemprop.h')
-rw-r--r--crawl-ref/source/itemprop.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/itemprop.h b/crawl-ref/source/itemprop.h
index adccb45830..3cbbcea3f1 100644
--- a/crawl-ref/source/itemprop.h
+++ b/crawl-ref/source/itemprop.h
@@ -726,7 +726,6 @@ int corpse_freshness(const item_def &item);
bool is_fruit(const item_def & item);
// generic item property functions:
-bool is_tool(const item_def &item);
int property(const item_def &item, int prop_type);
bool gives_ability(const item_def &item);
bool gives_resistance(const item_def &item);