summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.h
diff options
context:
space:
mode:
authorVsevolod Kozlov <zaba@thorium.homeunix.org>2009-11-07 21:29:28 +0300
committerAdam Borowski <kilobyte@angband.pl>2009-11-07 19:24:10 +0100
commit5d2a499bab2f4c907e08803542329c65edb8231c (patch)
tree48b19f9a0ff2b9879777ff0bdf804e7457c62d86 /crawl-ref/source/itemprop.h
parentd84e50da7a1fd92e5c6615add2a3c4638288a4e0 (diff)
downloadcrawl-ref-5d2a499bab2f4c907e08803542329c65edb8231c.tar.gz
crawl-ref-5d2a499bab2f4c907e08803542329c65edb8231c.zip
Remove unused check_weapon_shape.
Diffstat (limited to 'crawl-ref/source/itemprop.h')
-rw-r--r--crawl-ref/source/itemprop.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/itemprop.h b/crawl-ref/source/itemprop.h
index a7e08bd1ef..11f8b1c724 100644
--- a/crawl-ref/source/itemprop.h
+++ b/crawl-ref/source/itemprop.h
@@ -669,8 +669,6 @@ bool check_weapon_wieldable_size( const item_def &item, size_type size );
int fit_item_throwable_size( const item_def &item, size_type size );
-bool check_weapon_shape( const item_def &item, bool quiet, bool check_id = false );
-
int weapon_ev_bonus( const item_def &wpn, int skill, size_type body, int dex,
bool hide_hidden = false );