summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ray.h
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2014-01-09 10:40:59 -0500
committerNeil Moore <neil@s-z.org>2014-01-09 10:44:46 -0500
commitdbdfa17b32a7895b32367cf9e5e0d1e32a16c098 (patch)
tree2bc29d689802a50843ec0fc54c9d37f7ade244b9 /crawl-ref/source/ray.h
parent4ba8154abeaf6f08cbfcb03603a61ca474c20383 (diff)
downloadcrawl-ref-dbdfa17b32a7895b32367cf9e5e0d1e32a16c098.tar.gz
crawl-ref-dbdfa17b32a7895b32367cf9e5e0d1e32a16c098.zip
Remove some newly-dead geometry code.
The {get,set}_degrees methods of ray_def were only used by the chaos bouncing code, removed in 0.14-a0-1819-g38ea213. The functions geom::degrees and geom::degree_to_vector were only used by those ray_def methods.
Diffstat (limited to 'crawl-ref/source/ray.h')
-rw-r--r--crawl-ref/source/ray.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/crawl-ref/source/ray.h b/crawl-ref/source/ray.h
index 2b6e820e4c..bf162dcf8c 100644
--- a/crawl-ref/source/ray.h
+++ b/crawl-ref/source/ray.h
@@ -27,10 +27,6 @@ struct ray_def
void nudge_inside();
void regress();
- // Get and set the direction.
- double get_degrees() const;
- void set_degrees(double d);
-
bool _valid() const;
};