From 14f96d4f59e4c91915bb15d2f4ca845e6e2e459e Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Thu, 12 Jun 2008 09:03:37 +0000 Subject: Remove unneeded methods (including the old resistance screen), rename debugging functions, and some other clean-up. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5757 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/command.h | 29 +++-------------------------- 1 file changed, 3 insertions(+), 26 deletions(-) (limited to 'crawl-ref/source/command.h') diff --git a/crawl-ref/source/command.h b/crawl-ref/source/command.h index fa963f90f9..bd328903d3 100644 --- a/crawl-ref/source/command.h +++ b/crawl-ref/source/command.h @@ -16,40 +16,17 @@ #include "enum.h" -// last updated 12may2000 {dlb} -/* *********************************************************************** - * called from: acr - * *********************************************************************** */ -void print_version(void); - - -// last updated 12may2000 {dlb} /* *********************************************************************** * called from: acr * *********************************************************************** */ void adjust(void); - - -// last updated 12may2000 {dlb} -/* *********************************************************************** - * called from: acr - * *********************************************************************** */ void list_weapons(void); - - -// last updated 12may2000 {dlb} -/* *********************************************************************** - * called from: acr - * *********************************************************************** */ void list_armour(void); +void list_jewellery(void); - -// last updated 12may2000 {dlb} /* *********************************************************************** - * called from: acr + * called from: clua * *********************************************************************** */ -void list_jewellery(void); - void swap_inv_slots(int slot1, int slot2, bool verbose); void show_levelmap_help(); @@ -60,7 +37,7 @@ void show_stash_search_help(); void list_commands(bool wizard, int hotkey = 0, bool do_redraw_screen = false); -// Actually defined in acr.cc; we may want to move this to command.cc +// XXX: Actually defined in acr.cc; we may want to move this to command.cc. void process_command(command_type cmd); #endif -- cgit v1.2.3-54-g00ecf