summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/los.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/los.h')
-rw-r--r--crawl-ref/source/los.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/los.h b/crawl-ref/source/los.h
index 35ce06ed54..c39a9f4143 100644
--- a/crawl-ref/source/los.h
+++ b/crawl-ref/source/los.h
@@ -48,6 +48,5 @@ void losight(los_grid& sh, const coord_def& center,
void losight(los_grid& sh, const los_param& param);
void calc_show_los();
-bool trans_wall_blocking( const coord_def &p );
#endif