summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/artefact.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/artefact.h')
-rw-r--r--crawl-ref/source/artefact.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/crawl-ref/source/artefact.h b/crawl-ref/source/artefact.h
index 2b240ef69a..666d42cac1 100644
--- a/crawl-ref/source/artefact.h
+++ b/crawl-ref/source/artefact.h
@@ -237,9 +237,6 @@ int artefact_wpn_property( const item_def &item, artefact_prop_type prop );
int artefact_known_wpn_property( const item_def &item,
artefact_prop_type prop );
-int artefact_wpn_num_props( const item_def &item );
-int artefact_wpn_num_props( const artefact_properties_t &proprt );
-
void artefact_wpn_learn_prop( item_def &item, artefact_prop_type prop );
bool artefact_wpn_known_prop( const item_def &item, artefact_prop_type prop );