summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/coord-circle.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-12-02 02:31:05 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-12-02 02:31:05 +0100
commit4eca7f7cfa65f3400900f5bb97e5e838b43262c7 (patch)
tree9a440af5c92be87cf3e67bd2d94da77bbb517ac9 /crawl-ref/source/coord-circle.h
parent186c111b3f321cebde61ad3404eea90a3ab5cb7d (diff)
downloadcrawl-ref-4eca7f7cfa65f3400900f5bb97e5e838b43262c7.tar.gz
crawl-ref-4eca7f7cfa65f3400900f5bb97e5e838b43262c7.zip
Drop the now unused circle_iterator.
It turns out it was only an implementation detail of radius_iterator.
Diffstat (limited to 'crawl-ref/source/coord-circle.h')
-rw-r--r--crawl-ref/source/coord-circle.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/crawl-ref/source/coord-circle.h b/crawl-ref/source/coord-circle.h
index cb2ae50beb..4940d7d000 100644
--- a/crawl-ref/source/coord-circle.h
+++ b/crawl-ref/source/coord-circle.h
@@ -27,7 +27,6 @@ public:
#define RECT_MAP_BOUNDS (rect_def(coord_def(X_BOUND_1, Y_BOUND_1), \
coord_def(X_BOUND_2, Y_BOUND_2)))
-class circle_iterator;
/*
* Circles of different shapes; see circle_type for these.
*
@@ -63,8 +62,6 @@ public:
const rect_def& get_bbox() const PURE;
const coord_def& get_center() const PURE;
- circle_iterator iter() const;
-
private:
void init(int param, circle_type ctype);
void init_bbox();