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/render/nodes.h')
-rw-r--r--intern/cycles/render/nodes.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/intern/cycles/render/nodes.h b/intern/cycles/render/nodes.h
index 7400770d60a..0b3ab68f9e0 100644
--- a/intern/cycles/render/nodes.h
+++ b/intern/cycles/render/nodes.h
@@ -977,11 +977,6 @@ public:
string filepath;
string bytecode_hash;
- /* ShaderInput/ShaderOutput only stores a shallow string copy (const char *)!
- * The actual socket names have to be stored externally to avoid memory errors. */
- vector<ustring> input_names;
- vector<ustring> output_names;
-
virtual bool equals(const ShaderNode * /*other*/) { return false; }
};