diff -r f9fad94cd0cc -r 4d192e13ee84 src/raytracer.h --- a/src/raytracer.h Fri Nov 23 01:24:33 2007 +0100 +++ b/src/raytracer.h Fri Nov 23 16:14:38 2007 +0100 @@ -34,8 +34,6 @@ float ao_distance, ao_angle; Vector3 SphereDistribute(int i, int n, float extent, Vector3 &normal); - inline Shape *nearest_intersection(const Shape *origin_shape, const Ray &ray, - float &nearest_distance); public: Raytracer(): lights(), bg_colour(0.0, 0.0, 0.0), ao_samples(0) { top = new KdTree(); }; ~Raytracer() {};