summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/invent.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/invent.h')
-rw-r--r--crawl-ref/source/invent.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/crawl-ref/source/invent.h b/crawl-ref/source/invent.h
index d99150b9dc..9ce3fbc5ac 100644
--- a/crawl-ref/source/invent.h
+++ b/crawl-ref/source/invent.h
@@ -182,12 +182,6 @@ unsigned char get_invent(int invent_type);
bool in_inventory(const item_def &i);
-// last updated 12may2000 {dlb}
-/* ***********************************************************************
- * called from: acr
- * *********************************************************************** */
-void list_commands(bool wizard);
-
std::string item_class_name(int type, bool terse = false);
bool check_warning_inscriptions(const item_def& item, operation_types oper);