Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Dinges <blender@dingto.org>2014-05-12 12:45:11 +0400
committerThomas Dinges <blender@dingto.org>2014-05-12 12:45:11 +0400
commit146a1c77eacb925eb7c86bb49495c0f09adc607c (patch)
treed9e7a9cdf2505980edb00bae86023c5cfe63b571 /intern/cycles/render/integrator.h
parentf3dd6b8df23f3634cafe8aa9fdf54b9cf3eac1c1 (diff)
Cleanup: Remove unused hardcoded variables in the integrator.
Differential Revision: https://developer.blender.org/D525
Diffstat (limited to 'intern/cycles/render/integrator.h')
-rw-r--r--intern/cycles/render/integrator.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/intern/cycles/render/integrator.h b/intern/cycles/render/integrator.h
index 2570b13808c..380c1a65722 100644
--- a/intern/cycles/render/integrator.h
+++ b/intern/cycles/render/integrator.h
@@ -34,11 +34,9 @@ public:
int max_glossy_bounce;
int max_transmission_bounce;
int max_volume_bounce;
- bool probalistic_termination;
int transparent_min_bounce;
int transparent_max_bounce;
- bool transparent_probalistic;
bool transparent_shadows;
int volume_homogeneous_sampling;