summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ray.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-10-18 12:53:18 +0200
committerRobert Vollmert <rvollmert@gmx.net>2009-10-18 14:48:42 +0200
commit6f728490c38e33a675d35b6798fab43ef0ec2455 (patch)
tree345ac5ea52c6727902bddfc130c5090339045891 /crawl-ref/source/ray.h
parent4eae47b87412963d8047e52f6befc109cd9231b4 (diff)
downloadcrawl-ref-6f728490c38e33a675d35b6798fab43ef0ec2455.tar.gz
crawl-ref-6f728490c38e33a675d35b6798fab43ef0ec2455.zip
Remove obsolete copy of footprint().
Diffstat (limited to 'crawl-ref/source/ray.h')
-rw-r--r--crawl-ref/source/ray.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/ray.h b/crawl-ref/source/ray.h
index 0505f8923c..aa4570426e 100644
--- a/crawl-ref/source/ray.h
+++ b/crawl-ref/source/ray.h
@@ -40,8 +40,6 @@ public:
void advance_and_bounce();
void regress();
- int footprint(int radius2, coord_def pos[]) const;
-
// Gets/sets the slope in terms of degrees, with 0 = east, 90 = north,
// 180 = west, 270 = south, 360 = east, -90 = south, etc
double get_degrees() const;