summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-17 17:37:24 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-17 17:37:24 +0000
commitda621d89cd3418e99b40a2ee5b326065852bea8f (patch)
tree2473e58425c5822a2e0e802fd3631f424510b30d /crawl-ref/source/itemprop.h
parent4e1dc59551a094205041dacc5ba16edca25266d3 (diff)
downloadcrawl-ref-da621d89cd3418e99b40a2ee5b326065852bea8f.tar.gz
crawl-ref-da621d89cd3418e99b40a2ee5b326065852bea8f.zip
Clean up TSO's weapon blessing again.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4306 c06c8d41-db1a-0410-9941-cceddc491573
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 863b75bad2..5be120ab6f 100644
--- a/crawl-ref/source/itemprop.h
+++ b/crawl-ref/source/itemprop.h
@@ -668,7 +668,6 @@ bool is_double_ended( const item_def &item );
int double_wpn_awkward_speed( const item_def &item );
bool is_demonic( const item_def &item );
-bool is_unblessed( const item_def &item );
bool is_blessed( const item_def &item );
bool is_blessable( const item_def &item );
bool normal2good( item_def &item, bool allow_blessed = true );