diff -r 4fedf7290929 -r 7c3f38dff082 src/raytracer.cc --- a/src/raytracer.cc Sat Apr 19 18:00:27 2008 +0200 +++ b/src/raytracer.cc Sun Apr 20 16:48:24 2008 +0200 @@ -544,11 +544,6 @@ delete[] sample_queue; } -void Raytracer::addlight(Light *light) -{ - lights.push_back(light); -} - void Raytracer::ambientocclusion(int samples, Float distance, Float angle) { ao_samples = samples;