summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.h
diff options
context:
space:
mode:
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 );