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>2015-12-15 18:04:00 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2015-12-15 18:04:35 +0300
commitbaaf10cb264e530549dca7de2d77142092daa40d (patch)
treec19bf1956b0c23d295b83bf28d12c9b212707ad1 /intern/cycles/render/graph.h
parent669fdca6818b78dcf68352c375df4dd7b405e6b8 (diff)
Cycles: De-duplicate utility functions in ccl::Graph
Diffstat (limited to 'intern/cycles/render/graph.h')
-rw-r--r--intern/cycles/render/graph.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/intern/cycles/render/graph.h b/intern/cycles/render/graph.h
index 420648f6425..2f852d6b889 100644
--- a/intern/cycles/render/graph.h
+++ b/intern/cycles/render/graph.h
@@ -190,9 +190,6 @@ public:
ShaderInput *add_input(const char *name, ShaderSocketType type, ShaderInput::DefaultValue value, int usage=ShaderInput::USE_ALL);
ShaderOutput *add_output(const char *name, ShaderSocketType type);
- ShaderInput *get_input(const char *name);
- ShaderOutput *get_output(const char *name);
-
virtual ShaderNode *clone() const = 0;
virtual void attributes(Shader *shader, AttributeRequestSet *attributes);
virtual void compile(SVMCompiler& compiler) = 0;