summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemname.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/itemname.cc')
-rw-r--r--crawl-ref/source/itemname.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/itemname.cc b/crawl-ref/source/itemname.cc
index c44b0f88a6..4f1dce7695 100644
--- a/crawl-ref/source/itemname.cc
+++ b/crawl-ref/source/itemname.cc
@@ -1696,6 +1696,9 @@ bool item_type_known(const object_class_type base_type, const int sub_type)
return false;
}
+// [ds] Will the owner of this unused function step up and end its
+// suffering? :P
+#if 0
static bool _randart_has_known_property(const item_def &item)
{
for (int rap = 0; rap < RAP_NUM_PROPERTIES; rap++)
@@ -1704,6 +1707,7 @@ static bool _randart_has_known_property(const item_def &item)
return false;
}
+#endif
bool item_type_tried( const item_def& item )
{