summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/view.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-03-14 15:44:34 +0100
committerAdam Borowski <kilobyte@angband.pl>2012-03-15 06:40:03 +0100
commit16d9126aa185365588b1c92d527aa5add8cb806e (patch)
tree17665e056d3463e7011db37a688746910e447b89 /crawl-ref/source/view.h
parent3dfccf220ecef5ad54551b3a97dc88790ba61285 (diff)
downloadcrawl-ref-16d9126aa185365588b1c92d527aa5add8cb806e.tar.gz
crawl-ref-16d9126aa185365588b1c92d527aa5add8cb806e.zip
Make a bunch of functions static or non-existant.
Diffstat (limited to 'crawl-ref/source/view.h')
-rw-r--r--crawl-ref/source/view.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/crawl-ref/source/view.h b/crawl-ref/source/view.h
index a67b87e991..2f5b25a4f1 100644
--- a/crawl-ref/source/view.h
+++ b/crawl-ref/source/view.h
@@ -17,9 +17,6 @@ bool mons_near(const monster* mons);
bool mon_enemies_around(const monster* mons);
void seen_monsters_react();
-void find_features(const std::vector<coord_def>& features,
- ucs_t feature, std::vector<coord_def> *found);
-
bool magic_mapping(int map_radius, int proportion, bool suppress_msg,
bool force = false, bool deterministic = false,
coord_def origin = coord_def(-1, -1));