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
path: root/intern
diff options
context:
space:
mode:
authorThomas Dinges <blender@dingto.org>2015-09-24 18:01:58 +0300
committerThomas Dinges <blender@dingto.org>2015-09-24 18:01:58 +0300
commitde80e687689032cb85179a1f7e89750573631d5d (patch)
tree1f30d30725739144e920a84783d739ca34acfc3b /intern
parent97a3fa17d6bb959b3b3c78e5628ca90a98fd827d (diff)
Cleanup: And one more commit... (BVH Cache).
Diffstat (limited to 'intern')
-rw-r--r--intern/cycles/bvh/bvh_params.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/intern/cycles/bvh/bvh_params.h b/intern/cycles/bvh/bvh_params.h
index af8d8eeb3ee..faa995c3f29 100644
--- a/intern/cycles/bvh/bvh_params.h
+++ b/intern/cycles/bvh/bvh_params.h
@@ -43,9 +43,6 @@ public:
/* object or mesh level bvh */
bool top_level;
- /* disk cache */
- bool use_cache;
-
/* QBVH */
bool use_qbvh;
@@ -71,7 +68,6 @@ public:
max_curve_leaf_size = 2;
top_level = false;
- use_cache = false;
use_qbvh = false;
}