summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-pathfind.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-07-10 22:26:23 +0200
committerAdam Borowski <kilobyte@angband.pl>2013-07-10 22:26:23 +0200
commitd689486464fcaaac025a6f469ab69674a2f4d173 (patch)
tree60a494eb7b21d97a55927f2a3af7587d951901e5 /crawl-ref/source/mon-pathfind.h
parent1e523561e62f2de6c8406537e142e28f7098591d (diff)
downloadcrawl-ref-d689486464fcaaac025a6f469ab69674a2f4d173.tar.gz
crawl-ref-d689486464fcaaac025a6f469ab69674a2f4d173.zip
Purge a function.
It degenerated away with clinging removal.
Diffstat (limited to 'crawl-ref/source/mon-pathfind.h')
-rw-r--r--crawl-ref/source/mon-pathfind.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-pathfind.h b/crawl-ref/source/mon-pathfind.h
index fdf859a084..b46fb9a575 100644
--- a/crawl-ref/source/mon-pathfind.h
+++ b/crawl-ref/source/mon-pathfind.h
@@ -28,7 +28,6 @@ protected:
bool calc_path_to_neighbours(void);
bool traversable(const coord_def& p);
int travel_cost(coord_def npos);
- bool mons_traversable(const coord_def& p);
int mons_travel_cost(coord_def npos);
int estimated_cost(coord_def npos);
void add_new_pos(coord_def pos, int total);