From 34d0bd0cf80a6811bf03bb2e15666e42986075a4 Mon Sep 17 00:00:00 2001 From: Johanna Ploog Date: Fri, 15 Jan 2010 23:05:47 +0100 Subject: Remove more of those commented out lines. --- crawl-ref/source/command.cc | 35 ----------------------------------- 1 file changed, 35 deletions(-) (limited to 'crawl-ref') diff --git a/crawl-ref/source/command.cc b/crawl-ref/source/command.cc index 2b12f2ce06..282006da35 100644 --- a/crawl-ref/source/command.cc +++ b/crawl-ref/source/command.cc @@ -2221,12 +2221,6 @@ static void _add_formatted_keyhelp(column_composer &cols) _add_command(cols, 0, CMD_USE_ABILITY, "use special Ability (a! for help)", 2); _add_command(cols, 0, CMD_PRAY, "Pray (^ and ^! for help)", 2); - -/* - "a : use special Ability (a! for help)\n" - "p : Pray (^ and ^! for help)\n", -*/ - _add_command(cols, 0, CMD_CAST_SPELL, "cast spell, abort without targets", 2); _add_command(cols, 0, CMD_FORCE_CAST_SPELL, "cast spell, no matter what", 2); _add_command(cols, 0, CMD_DISPLAY_SPELLS, "list all spells", 2); @@ -2308,15 +2302,6 @@ static void _add_formatted_keyhelp(column_composer &cols) _add_command(cols, 1, CMD_THROW_ITEM_NO_QUIVER, "select an item and Fire it", 2); _add_command(cols, 1, CMD_QUIVER_ITEM, "select item slot to be quivered", 2); -/* - "i : show Inventory list\n" - "] : show inventory of equipped items\n" - "{ : inscribe item\n" - "f : Fire next appropriate item\n" - "F : select an item and Fire it\n" - "Q : select item slot to be quivered\n" -*/ - { std::string interact = "e : "; @@ -2342,17 +2327,6 @@ static void _add_formatted_keyhelp(column_composer &cols) _add_command(cols, 1, CMD_EVOKE_WIELDED, "eVoke power of wielded item", 2); _add_command(cols, 1, CMD_EVOKE, "eVoke wand", 2); -/* - "q : Quaff a potion\n" - "r : Read a scroll or book\n" - "M : Memorise a spell from a book\n" - "w : Wield an item ( - for none)\n" - "' : wield item a, or switch to b \n" - " (use = to assign slots)\n" - "v : eVoke power of wielded item\n" - "V : eVoke wand\n" -*/ - cols.add_formatted( 1, "W/T : Wear or Take off armour\n" @@ -2387,15 +2361,6 @@ static void _add_formatted_keyhelp(column_composer &cols) _add_command(cols, 1, CMD_EAT, "Eat food from floor", 2); -/* - ", : pick up items (also g) \n" - " (press twice for pick up menu)\n" - "d : Drop an item\n" - "d#: Drop exact number of items\n" - "c : Chop up a corpse"; - "e : Eat food from floor\n"; -*/ - cols.add_formatted( 1, "Additional help:\n" -- cgit v1.2.3-54-g00ecf