summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/raytrace.c4
1 files changed, 0 insertions, 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);