summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/view.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2010-05-17 09:53:31 +0200
committerRobert Vollmert <rvollmert@gmx.net>2010-05-18 14:42:23 +0200
commita3885967c226a2a78e86a620a2698231bb8c67ad (patch)
tree617b787bb4e0467b42b16f10c19f44daa2432ff2 /crawl-ref/source/view.h
parent09a3b0f0e16b6c66fa39b5c230d9cb47e101d822 (diff)
downloadcrawl-ref-a3885967c226a2a78e86a620a2698231bb8c67ad.tar.gz
crawl-ref-a3885967c226a2a78e86a620a2698231bb8c67ad.zip
Make show_map explicitly return whether a target was chosen.
Diffstat (limited to 'crawl-ref/source/view.h')
-rw-r--r--crawl-ref/source/view.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/view.h b/crawl-ref/source/view.h
index c48ed9b72b..1b69374c92 100644
--- a/crawl-ref/source/view.h
+++ b/crawl-ref/source/view.h
@@ -25,8 +25,6 @@ bool magic_mapping(int map_radius, int proportion, bool suppress_msg,
coord_def origin = coord_def(-1, -1));
void reautomap_level();
-struct level_pos;
-void show_map( level_pos &spec_place, bool travel_mode, bool allow_esc = false );
bool is_feature(int feature, const coord_def& where);
void clear_feature_overrides();