Cleanup: Remove unused variable in PathState.

This commit is contained in:
Thomas Dinges 2015-07-30 21:07:13 +02:00
parent 2ec00ea0c1
commit 4d4c3b36a7
1 changed files with 0 additions and 1 deletions

View File

@ -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 */