summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/coordit.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-11-04 12:29:52 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-11-05 05:14:16 +0100
commit96d8e707a34b0d25bba625c72238b223dfcf4a80 (patch)
tree2734ac7034f61411971dec606bd288efca4f2414 /crawl-ref/source/coordit.h
parent6034a6cd95a6746f5a819da730dd838dd32d9521 (diff)
downloadcrawl-ref-96d8e707a34b0d25bba625c72238b223dfcf4a80.tar.gz
crawl-ref-96d8e707a34b0d25bba625c72238b223dfcf4a80.zip
Remove radius_iterator(los_base).
Diffstat (limited to 'crawl-ref/source/coordit.h')
-rw-r--r--crawl-ref/source/coordit.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/crawl-ref/source/coordit.h b/crawl-ref/source/coordit.h
index ec19aa3900..bc2f0a509c 100644
--- a/crawl-ref/source/coordit.h
+++ b/crawl-ref/source/coordit.h
@@ -85,9 +85,6 @@ public:
bool roguelike_metric = true,
bool require_los = true,
bool exclude_center = false);
- // Just iterate over a LOS field.
- radius_iterator(const los_base* los,
- bool exclude_center = false);
radius_iterator(const coord_def center, int param, circle_type ctype,
los_type los, bool exclude_center = false);