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 fd24d16cf1..642f90deab 100644
--- a/crawl-ref/source/los.h
+++ b/crawl-ref/source/los.h
@@ -50,7 +50,6 @@ bool see_cell(const env_show_grid &show,
const coord_def &c,
const coord_def &pos );
bool observe_cell(const coord_def &p);
-bool see_cell_no_trans( const coord_def &p );
bool trans_wall_blocking( const coord_def &p );
#endif