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.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/crawl-ref/source/los.cc b/crawl-ref/source/los.cc
index 9a3354eac0..d6a8eabcd5 100644
--- a/crawl-ref/source/los.cc
+++ b/crawl-ref/source/los.cc
@@ -898,9 +898,3 @@ void losight(los_grid& sh, const coord_def& center,
{
losight(sh, los_param_funcs(center, opc, bounds));
}
-
-void calc_show_los()
-{
- if (!crawl_state.arena && !crawl_state.arena_suspended)
- you.update_los();
-}