summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.h
diff options
context:
space:
mode:
authorVsevolod Kozlov <zaba@thorium.homeunix.org>2009-12-27 19:00:10 +0300
committerVsevolod Kozlov <zaba@thorium.homeunix.org>2009-12-27 19:00:10 +0300
commit507c3523d54cd2c15185f06f8be1f1ea353497d8 (patch)
tree2cea6119f61c8c03c9333537d554685d9ebe71d2 /crawl-ref/source/itemprop.h
parent76b76949fb3f6fe4c1e735f0b1d9ef72ae4a6a68 (diff)
downloadcrawl-ref-507c3523d54cd2c15185f06f8be1f1ea353497d8.tar.gz
crawl-ref-507c3523d54cd2c15185f06f8be1f1ea353497d8.zip
Make item_is_critical a method of item_def.
Diffstat (limited to 'crawl-ref/source/itemprop.h')
-rw-r--r--crawl-ref/source/itemprop.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/crawl-ref/source/itemprop.h b/crawl-ref/source/itemprop.h
index a8f1eceabd..3a38fdb35b 100644
--- a/crawl-ref/source/itemprop.h
+++ b/crawl-ref/source/itemprop.h
@@ -14,9 +14,6 @@ struct bolt;
void init_properties(void);
-// Returns true if this item should be preserved as far as possible.
-bool item_is_critical(const item_def &item);
-
// Returns true if this item should not normally be enchanted.
bool item_is_mundane(const item_def &item);