summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/command.h')
-rw-r--r--crawl-ref/source/command.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/crawl-ref/source/command.h b/crawl-ref/source/command.h
index 57f24ceb34..9aab940469 100644
--- a/crawl-ref/source/command.h
+++ b/crawl-ref/source/command.h
@@ -10,17 +10,11 @@
#include "enum.h"
-/* ***********************************************************************
- * called from: acr
- * *********************************************************************** */
void adjust();
void list_weapons();
void list_armour();
void list_jewellery();
-/* ***********************************************************************
- * called from: clua
- * *********************************************************************** */
void swap_inv_slots(int slot1, int slot2, bool verbose);
void show_levelmap_help();