summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/directn.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/directn.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/directn.h')
-rw-r--r--crawl-ref/source/directn.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/directn.h b/crawl-ref/source/directn.h
index 0e8e618106..8245d6f25b 100644
--- a/crawl-ref/source/directn.h
+++ b/crawl-ref/source/directn.h
@@ -223,8 +223,6 @@ private:
// Whether the current target is valid.
bool move_is_ok() const;
- void cycle_targetting_mode();
-
void describe_target();
void show_help();