Cleanup: Remove unused variable in kernel_path_volume_bounce().

This commit is contained in:
Thomas Dinges
2014-08-24 23:06:30 +02:00
parent 031620aba2
commit a25484eefa
2 changed files with 7 additions and 8 deletions

View File

@@ -58,8 +58,7 @@ ccl_device void kernel_path_volume_connect_light(KernelGlobals *kg, RNG *rng,
}
ccl_device bool kernel_path_volume_bounce(KernelGlobals *kg, RNG *rng,
ShaderData *sd, float3 *throughput, PathState *state, PathRadiance *L, Ray *ray,
float num_samples_adjust)
ShaderData *sd, float3 *throughput, PathState *state, PathRadiance *L, Ray *ray)
{
/* sample phase function */
float phase_pdf;