diff -r 907a634e5c02 -r ce6abe0aeeae src/raytracer.cc --- a/src/raytracer.cc Sun Apr 27 14:19:37 2008 +0200 +++ b/src/raytracer.cc Sun Apr 27 19:56:23 2008 +0200 @@ -248,7 +248,6 @@ Shape *nearest_shapes[4]; static const Shape *origin_shapes[4] = {NULL, NULL, NULL, NULL}; top->packet_intersection(origin_shapes, rays, nearest_distances, nearest_shapes); - Ray ray; for (int i = 0; i < 4; i++) if (nearest_shapes[i] == NULL)