summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ray.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-10-11 18:04:28 +0200
committerRobert Vollmert <rvollmert@gmx.net>2009-10-11 18:05:01 +0200
commitf2b5ebc9cb95f340ac80e751cdc434553d6b77f3 (patch)
tree3a9a80181e4e07f3a50afa1d531f72db954f33f1 /crawl-ref/source/ray.h
parent76155fcf6ab0806582f42694e42f87dcb57938fd (diff)
downloadcrawl-ref-f2b5ebc9cb95f340ac80e751cdc434553d6b77f3.tar.gz
crawl-ref-f2b5ebc9cb95f340ac80e751cdc434553d6b77f3.zip
Some more ray_def cleanup.
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 1500f39cfc..dca0d00e4f 100644
--- a/crawl-ref/source/ray.h
+++ b/crawl-ref/source/ray.h
@@ -43,9 +43,7 @@ private:
int _find_next_intercept();
int raw_advance();
double reflect(bool x, double oldc, double newc) const;
- double reflect(double x, double c) const;
void set_reflect_point(const double oldx, const double oldy,
- double *newx, double *newy,
bool blocked_x, bool blocked_y);
};