summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.h
diff options
context:
space:
mode:
authorVsevolod Kozlov <zaba@thorium.homeunix.org>2009-12-27 21:23:53 +0300
committerVsevolod Kozlov <zaba@thorium.homeunix.org>2009-12-27 21:23:53 +0300
commit25249b3649e5684062a8f1bca74b852f3d6fd71c (patch)
treec2f8f0633a0c73893524a66a110a2c8e9a4bfe0c /crawl-ref/source/itemprop.h
parentdc3e12a4da48363a7cadb77f30b8e784d5f82acf (diff)
downloadcrawl-ref-25249b3649e5684062a8f1bca74b852f3d6fd71c.tar.gz
crawl-ref-25249b3649e5684062a8f1bca74b852f3d6fd71c.zip
Make item_is_mundane 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 99c861da67..5604d352f5 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 not normally be enchanted.
-bool item_is_mundane(const item_def &item);
-
// cursed:
bool item_known_cursed( const item_def &item );
bool item_known_uncursed( const item_def &item );