summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilereg-cmd.cc
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2011-01-04 17:14:59 +0100
committerRaphael Langella <raphael.langella@gmail.com>2011-01-04 23:56:53 +0100
commitd73320d7a31bafffb5e306ad208514b8f6b50309 (patch)
tree2e3c05281a35ce9b42c23aefc2bdfc008286a239 /crawl-ref/source/tilereg-cmd.cc
parent457987d8bd359af7aff9f59f6ade2f89037df859 (diff)
downloadcrawl-ref-d73320d7a31bafffb5e306ad208514b8f6b50309.tar.gz
crawl-ref-d73320d7a31bafffb5e306ad208514b8f6b50309.zip
Detach the commands tab.
Diffstat (limited to 'crawl-ref/source/tilereg-cmd.cc')
-rw-r--r--crawl-ref/source/tilereg-cmd.cc19
1 files changed, 0 insertions, 19 deletions
diff --git a/crawl-ref/source/tilereg-cmd.cc b/crawl-ref/source/tilereg-cmd.cc
index be49fd4058..50798aeca1 100644
--- a/crawl-ref/source/tilereg-cmd.cc
+++ b/crawl-ref/source/tilereg-cmd.cc
@@ -179,25 +179,6 @@ static bool _command_not_applicable(const command_type cmd)
}
}
-static const command_type _common_commands[] =
-{
- // action commands
- CMD_REST, CMD_EXPLORE, CMD_INTERLEVEL_TRAVEL,
-#ifdef CLUA_BINDINGS
- CMD_AUTOFIGHT,
-#endif
- CMD_USE_ABILITY, CMD_PRAY, CMD_SEARCH_STASHES,
-
- // informational commands
- CMD_REPLAY_MESSAGES, CMD_RESISTS_SCREEN, CMD_DISPLAY_OVERMAP,
- CMD_DISPLAY_RELIGION, CMD_DISPLAY_MUTATIONS, CMD_DISPLAY_SKILLS,
- CMD_DISPLAY_CHARACTER_STATUS, CMD_DISPLAY_KNOWN_OBJECTS,
-
- // meta commands
- CMD_SAVE_GAME_NOW, CMD_EDIT_PLAYER_TILE, CMD_DISPLAY_COMMANDS,
- CMD_CHARACTER_DUMP
-};
-
void CommandRegion::update()
{
m_items.clear();