summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ray.h
diff options
context:
space:
mode:
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);
};