summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.h
diff options
context:
space:
mode:
authorNicholas Feinberg <pleasingfung@gmail.com>2014-07-27 23:13:28 -0700
committerNicholas Feinberg <pleasingfung@gmail.com>2014-07-27 23:13:28 -0700
commitf87c007a08e93a46c9fe349809db53880fe5ba87 (patch)
treef8a1f1ea9a047939b8c9309c1544d53a13ea7dc5 /crawl-ref/source/misc.h
parentac7ffddb0e317f7ef15a02a210f0e7eade5f35dd (diff)
downloadcrawl-ref-f87c007a08e93a46c9fe349809db53880fe5ba87.tar.gz
crawl-ref-f87c007a08e93a46c9fe349809db53880fe5ba87.zip
Move move_stairs() from misc.cc to melee_attack.cc
The only place it was used.
Diffstat (limited to 'crawl-ref/source/misc.h')
-rw-r--r--crawl-ref/source/misc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/misc.h b/crawl-ref/source/misc.h
index 776de77a80..5a0c0241b0 100644
--- a/crawl-ref/source/misc.h
+++ b/crawl-ref/source/misc.h
@@ -102,8 +102,6 @@ string part_stack_string(const int num, const int total);
unsigned int breakpoint_rank(int val, const int breakpoints[],
unsigned int num_breakpoints);
-bool move_stairs(coord_def orig, coord_def dest);
-
#define DISCONNECT_DIST (INT_MAX - 1000)
struct position_node