summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/travel.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-08-26 03:22:45 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-08-26 03:22:45 +0200
commitc212926a948162b51a92df85c5d902592d47d3c2 (patch)
treec39006f832a78a651d5a8cd794cf7bedeb23a93a /crawl-ref/source/travel.h
parent714f4c1d3f1b2779506c209f3a1550925d9f42c5 (diff)
downloadcrawl-ref-c212926a948162b51a92df85c5d902592d47d3c2.tar.gz
crawl-ref-c212926a948162b51a92df85c5d902592d47d3c2.zip
Make several functions static.
Diffstat (limited to 'crawl-ref/source/travel.h')
-rw-r--r--crawl-ref/source/travel.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/crawl-ref/source/travel.h b/crawl-ref/source/travel.h
index 2ab189d7ce..522548afe5 100644
--- a/crawl-ref/source/travel.h
+++ b/crawl-ref/source/travel.h
@@ -73,9 +73,6 @@ void find_travel_pos(const coord_def& youpos, int *move_x, int *move_y,
bool is_stair_exclusion(const coord_def &p);
-bool is_travelsafe_square(const coord_def& c, bool ignore_hostile = false,
- bool ignore_danger = false);
-
/* ***********************************************************************
* Initiates explore - the character runs around the level to map it. Note
* that the caller has to ensure that the level is mappable before calling
@@ -94,7 +91,6 @@ struct travel_target;
level_id find_up_level(level_id curr, bool up_branch = false);
level_id find_down_level(level_id curr);
-void start_translevel_travel_prompt();
void start_translevel_travel(const travel_target &pos);
void start_travel(const coord_def& p);
@@ -112,7 +108,6 @@ level_id find_deepest_explored(level_id curr);
bool can_travel_to(const level_id &lid);
bool can_travel_interlevel();
-bool prompt_stop_explore(int es_why);
bool travel_kill_monster(monster_type mons);