diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2017-04-22 12:22:45 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2017-04-22 12:35:05 -0700 |
commit | 1ff4632e895202c4485818f6e748e773b6fd2859 (patch) | |
tree | 51ee10a72d14142b7d0d9b8bde076e559760df95 /src/modules/ray/ray.c | |
parent | d658d6265d5bb09bd48a205941fa74ca6b0580cf (diff) |
ray: remove vestigial ray_threads code
Now that rototiller is generally threaded when a prepare_frame() method is
supplied, and modules/ray has been updated accordingly, discard the now
redundant ray-specific threading code and related stuff.
Diffstat (limited to 'src/modules/ray/ray.c')
-rw-r--r-- | src/modules/ray/ray.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/ray/ray.c b/src/modules/ray/ray.c index 9847bd9..e79bfaf 100644 --- a/src/modules/ray/ray.c +++ b/src/modules/ray/ray.c @@ -9,7 +9,6 @@ #include "ray_camera.h" #include "ray_object.h" #include "ray_scene.h" -#include "ray_threads.h" /* Copyright (C) 2016-2017 Vito Caputo <vcaputo@pengaru.com> */ |