From 7f78db9414b3c2dd97da70ce74198f0360cdedc6 Mon Sep 17 00:00:00 2001 From: haranp Date: Wed, 13 Dec 2006 21:51:33 +0000 Subject: Put in a very basic help browser on '+'. This is *not* a good key, I'm just parking it here until more decisions on the browser come in. (It should probably be reachable by pressing '?' from the current '?' help screen.) It reads the manual from ../docs/crawl_manual.txt, so you'd better put it there! Yes, this is a hack and will have to be done better. You can press the letter of the section (e.g., 'j' or 'J') to jump to that section. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@627 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/invent.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'crawl-ref/source/invent.h') 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); -- cgit v1.2.3-54-g00ecf