summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/los.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-11-13 15:20:35 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-11-13 15:22:17 +0100
commit11670ba75fa20fc3b5860eb2474aba6157c6e114 (patch)
treef87e5b811b99716a18b86469f297365987f35f71 /crawl-ref/source/los.h
parentd21b754210905c4bf50e0c346d820b3d8b1af01c (diff)
downloadcrawl-ref-11670ba75fa20fc3b5860eb2474aba6157c6e114.tar.gz
crawl-ref-11670ba75fa20fc3b5860eb2474aba6157c6e114.zip
Replace calc_show_los by you.update_los.
Diffstat (limited to 'crawl-ref/source/los.h')
-rw-r--r--crawl-ref/source/los.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/los.h b/crawl-ref/source/los.h
index c39a9f4143..ca8abc706f 100644
--- a/crawl-ref/source/los.h
+++ b/crawl-ref/source/los.h
@@ -47,6 +47,4 @@ void losight(los_grid& sh, const coord_def& center,
const circle_def &bds = BDS_DEFAULT);
void losight(los_grid& sh, const los_param& param);
-void calc_show_los();
-
#endif