summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/los.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/los.cc')
-rw-r--r--crawl-ref/source/los.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/crawl-ref/source/los.cc b/crawl-ref/source/los.cc
index bb4ce58d29..0931802478 100644
--- a/crawl-ref/source/los.cc
+++ b/crawl-ref/source/los.cc
@@ -905,13 +905,6 @@ void calc_show_los()
you.update_los();
}
-// Answers the question: Is the cell visible to the observer?
-// Usually the same as player LOS.
-bool observe_cell(const coord_def &p)
-{
- return (you.see_cell(p));
-}
-
// Is the cell visible, but a translucent wall is in the way?
bool trans_wall_blocking(const coord_def &p)
{