From 25249b3649e5684062a8f1bca74b852f3d6fd71c Mon Sep 17 00:00:00 2001 From: Vsevolod Kozlov Date: Sun, 27 Dec 2009 21:23:53 +0300 Subject: Make item_is_mundane a method of item_def. --- crawl-ref/source/itemprop.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'crawl-ref/source/itemprop.h') 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 ); -- cgit v1.2.3-54-g00ecf