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:
Diffstat (limited to 'intern/cycles/kernel/shaders/node_holdout.osl')
-rw-r--r--intern/cycles/kernel/shaders/node_holdout.osl5
1 files changed, 1 insertions, 4 deletions
diff --git a/intern/cycles/kernel/shaders/node_holdout.osl b/intern/cycles/kernel/shaders/node_holdout.osl
index 78a9f46fd15..b51bc0543a5 100644
--- a/intern/cycles/kernel/shaders/node_holdout.osl
+++ b/intern/cycles/kernel/shaders/node_holdout.osl
@@ -16,9 +16,6 @@
#include "stdosl.h"
-shader node_holdout(
- output closure color Holdout = holdout())
+shader node_holdout(output closure color Holdout = holdout())
{
-
}
-