From 1c16d581d94baca62ddb6ad136e444e87fbe13d6 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Thu, 29 Oct 2009 20:46:58 +0100 Subject: Remove get/set_degrees from ray_def. These were used by the temporarily disabled chaos beams. --- crawl-ref/source/ray.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'crawl-ref/source/ray.h') 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(); -- cgit v1.2.3-54-g00ecf