From d3ad0b6a25146318d153ecd6c792e41a9a0a6025 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 2 Jul 2009 18:23:57 +0000 Subject: Clean up some unused variables in raytrace-test. --- tests/raytrace.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/raytrace.c b/tests/raytrace.c index d045df5..a4b7748 100644 --- a/tests/raytrace.c +++ b/tests/raytrace.c @@ -27,10 +27,6 @@ main() { dmnsn_progress *progress; FILE *file; dmnsn_scene *scene; - dmnsn_object *sphere, *cube; - dmnsn_sRGB sRGB; - dmnsn_color color; - dmnsn_matrix trans; /* Set the resilience low for tests */ dmnsn_set_resilience(DMNSN_SEVERITY_LOW); -- cgit v1.2.3