summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ray.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-10-29 20:46:58 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-11-01 21:45:23 +0100
commit1c16d581d94baca62ddb6ad136e444e87fbe13d6 (patch)
treec9edb3d4f8f5efabf208c20cbb02f3b3e4d31a4b /crawl-ref/source/ray.h
parent81392eb43b111bc23b2a7950c240494b9cf3d15d (diff)
downloadcrawl-ref-1c16d581d94baca62ddb6ad136e444e87fbe13d6.tar.gz
crawl-ref-1c16d581d94baca62ddb6ad136e444e87fbe13d6.zip
Remove get/set_degrees from ray_def.
These were used by the temporarily disabled chaos beams.
Diffstat (limited to 'crawl-ref/source/ray.h')
-rw-r--r--crawl-ref/source/ray.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/crawl-ref/source/ray.h b/crawl-ref/source/ray.h
index a720dc4885..5dd97dd0a9 100644
--- a/crawl-ref/source/ray.h
+++ b/crawl-ref/source/ray.h
@@ -39,11 +39,6 @@ public:
void advance_and_bounce();
void regress();
- // 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;
- void set_degrees(double deg);
-
protected:
adv_type raw_advance_pos();
void flip();