summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/view.h
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2013-04-07 14:14:59 -0400
committerNeil Moore <neil@s-z.org>2013-04-07 14:14:59 -0400
commit93115fbd83c575fe52375471611108d92d50bfb7 (patch)
tree2b9bd276c2709f3f6a50cd4fc79fb7e06de87601 /crawl-ref/source/view.h
parent937ef5271fc9c34118c23f83feddc2f5fac572b2 (diff)
downloadcrawl-ref-93115fbd83c575fe52375471611108d92d50bfb7.tar.gz
crawl-ref-93115fbd83c575fe52375471611108d92d50bfb7.zip
Remove a duplicate prototype.
The commit 937ef52 added a prototype for is_feature to viewmap.h, but there was already a prototype in view.h. Remove the old one, since viewmap.h is shorter, and furthermore remove a now-unnecessary #include of view.h.
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 fbb1d1e158..59d02f70f7 100644
--- a/crawl-ref/source/view.h
+++ b/crawl-ref/source/view.h
@@ -21,8 +21,6 @@ bool magic_mapping(int map_radius, int proportion, bool suppress_msg,
void reautomap_level();
void fully_map_level();
-bool is_feature(ucs_t feature, const coord_def& where);
-
string screenshot();
int viewmap_flash_colour();