src/raytracer.cc
branchpyrit
changeset 86 ce6abe0aeeae
parent 84 6f7fe14782c2
child 90 f6a72eb99631
--- 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)