summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/view.h')
-rw-r--r--crawl-ref/source/view.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/view.h b/crawl-ref/source/view.h
index 51e0a6c02d..502e987887 100644
--- a/crawl-ref/source/view.h
+++ b/crawl-ref/source/view.h
@@ -167,7 +167,6 @@ inline void set_envmap_detected_mons(const coord_def& c, bool detected = true) {
}
void set_envmap_col( int x, int y, int colour, int flags );
void set_envmap_col( int x, int y, int colour );
-void set_envmap_prop( int x, int y, int prop );
bool is_sanctuary( const coord_def& p );
bool is_bloodcovered( const coord_def& p );