summaryrefslogtreecommitdiff
path: root/src/modules/ray
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/ray')
-rw-r--r--src/modules/ray/ray_scene.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/modules/ray/ray_scene.h b/src/modules/ray/ray_scene.h
index 1fe736c..5c7cd5e 100644
--- a/src/modules/ray/ray_scene.h
+++ b/src/modules/ray/ray_scene.h
@@ -11,10 +11,7 @@ typedef union ray_object_t ray_object_t;
typedef struct ray_scene_t {
ray_object_t *objects;
- unsigned n_objects;
-
ray_object_t *lights;
- unsigned n_lights;
ray_color_t ambient_color;
float ambient_brightness;
© All Rights Reserved