[Bf-blender-cvs] [4d4c3b3] master: Cleanup: Remove unused variable in PathState.

Thomas Dinges noreply at git.blender.org
Thu Jul 30 21:07:54 CEST 2015


Commit: 4d4c3b36a78775b1b71255b5de186ebe533cfba5
Author: Thomas Dinges
Date:   Thu Jul 30 21:07:13 2015 +0200
Branches: master
https://developer.blender.org/rB4d4c3b36a78775b1b71255b5de186ebe533cfba5

Cleanup: Remove unused variable in PathState.

===================================================================

M	intern/cycles/kernel/kernel_types.h

===================================================================

diff --git a/intern/cycles/kernel/kernel_types.h b/intern/cycles/kernel/kernel_types.h
index ba8cba1..acd2f5d 100644
--- a/intern/cycles/kernel/kernel_types.h
+++ b/intern/cycles/kernel/kernel_types.h
@@ -720,7 +720,6 @@ typedef struct PathState {
 
 	/* random number generator state */
 	int rng_offset;    		/* dimension offset */
-	int rng_offset_bsdf;  	/* dimension offset for picking bsdf */
 	int sample;        		/* path sample number */
 	int num_samples;		/* total number of times this path will be sampled */




More information about the Bf-blender-cvs mailing list