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 cbc51d6fb9..3508c87c35 100644
--- a/crawl-ref/source/itemprop.h
+++ b/crawl-ref/source/itemprop.h
@@ -689,8 +689,6 @@ int single_damage_type(const item_def &item);
int weapon_str_weight( const item_def &wpn );
int weapon_dex_weight( const item_def &wpn );
-int weapon_impact_mass( const item_def &wpn );
-int weapon_str_required( const item_def &wpn, bool half );
skill_type weapon_skill( const item_def &item );
skill_type weapon_skill( object_class_type wclass, int wtype );