summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/cmd-keys.h
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2012-11-07 21:29:04 +0000
committerChris Campbell <chriscampbell89@gmail.com>2012-11-07 21:32:12 +0000
commitc270398da9427573da54500ead6498ceb014de0b (patch)
tree9ecbb8b33e135b6c1b9e173651af5ae1e2473950 /crawl-ref/source/cmd-keys.h
parentb847c97b99a12c57c9e153666cd21f2002eb2902 (diff)
downloadcrawl-ref-c270398da9427573da54500ead6498ceb014de0b.tar.gz
crawl-ref-c270398da9427573da54500ead6498ceb014de0b.zip
Remove the targetting mode cycle command
It doesn't appear to really be useful for anything.
Diffstat (limited to 'crawl-ref/source/cmd-keys.h')
-rw-r--r--crawl-ref/source/cmd-keys.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/cmd-keys.h b/crawl-ref/source/cmd-keys.h
index e269dc3c2c..6e97e0380a 100644
--- a/crawl-ref/source/cmd-keys.h
+++ b/crawl-ref/source/cmd-keys.h
@@ -195,7 +195,6 @@
{'<', CMD_TARGET_FIND_UPSTAIR},
{'>', CMD_TARGET_FIND_DOWNSTAIR},
{'r', CMD_TARGET_FIND_YOU},
-{CONTROL('F'), CMD_TARGET_CYCLE_TARGET_MODE},
{CONTROL('L'), CMD_TARGET_TOGGLE_MLIST},
{'p', CMD_TARGET_PREV_TARGET},
//{'f', CMD_TARGET_SELECT}, // HACK: Moved to be the downmost for tutorial key