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:
authorSergey Sharybin <sergey.vfx@gmail.com>2017-11-09 12:59:15 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-11-09 12:59:15 +0300
commitc99481b6320a77e4793c812403f7d37dfc2d5ced (patch)
tree448226ab76b4f2d92263cc115828c23f1f753540 /intern/cycles/device/device.cpp
parentffe76ae9f4abe2a64d4c749623b99f70b3746d87 (diff)
parent8d7ec519dff93b04fdec548aeef4b90137d788c8 (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'intern/cycles/device/device.cpp')
-rw-r--r--intern/cycles/device/device.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/intern/cycles/device/device.cpp b/intern/cycles/device/device.cpp
index 3e052bb926e..0364f809f8c 100644
--- a/intern/cycles/device/device.cpp
+++ b/intern/cycles/device/device.cpp
@@ -47,7 +47,6 @@ std::ostream& operator <<(std::ostream &os,
{
os << "Experimental features: "
<< (requested_features.experimental ? "On" : "Off") << std::endl;
- os << "Max closure count: " << requested_features.max_closure << std::endl;
os << "Max nodes group: " << requested_features.max_nodes_group << std::endl;
/* TODO(sergey): Decode bitflag into list of names. */
os << "Nodes features: " << requested_features.nodes_features << std::endl;