From 888ed6b7f15bf30f978fabc134e1d35cf9fcee38 Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Mon, 15 Jun 2015 23:35:38 +0200 Subject: Cleanup comment and remove now redundant define. --- intern/cycles/kernel/kernel_path_branched.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'intern') diff --git a/intern/cycles/kernel/kernel_path_branched.h b/intern/cycles/kernel/kernel_path_branched.h index 6190cd57f17..3fa38a60dd6 100644 --- a/intern/cycles/kernel/kernel_path_branched.h +++ b/intern/cycles/kernel/kernel_path_branched.h @@ -56,7 +56,7 @@ ccl_device void kernel_branched_path_ao(KernelGlobals *kg, ShaderData *sd, PathR } -/* branched path tracing: bounce off surface and integrate indirect light */ +/* bounce off surface and integrate indirect light */ ccl_device_noinline void kernel_branched_path_surface_indirect_light(KernelGlobals *kg, RNG *rng, ShaderData *sd, float3 throughput, float num_samples_adjust, PathState *state, PathRadiance *L) @@ -161,7 +161,7 @@ ccl_device void kernel_branched_path_subsurface_scatter(KernelGlobals *kg, } #endif -#if defined(__EMISSION__) && defined(__BRANCHED_PATH__) +#ifdef __EMISSION__ /* direct light */ if(kernel_data.integrator.use_direct_light) { bool all = kernel_data.integrator.sample_all_lights_direct; -- cgit v1.2.3