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:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2014-07-20 07:12:54 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2014-08-12 05:10:39 +0400
commit6a5b8e91b1201bfb00f13079fc01078a9f1199e7 (patch)
tree9bbdffecca99a8523a4a6f1725a4bc82ce1659eb /source/blender/nodes
parent6f60ca3cd4da210c740bafec64718923dd9784fb (diff)
Freestyle: removed unnecessary call of node_type_storage() in the definition of the Output Line Style node.
Diffstat (limited to 'source/blender/nodes')
-rw-r--r--source/blender/nodes/shader/nodes/node_shader_output_linestyle.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/nodes/shader/nodes/node_shader_output_linestyle.c b/source/blender/nodes/shader/nodes/node_shader_output_linestyle.c
index 3751233ee4d..2eb68f23912 100644
--- a/source/blender/nodes/shader/nodes/node_shader_output_linestyle.c
+++ b/source/blender/nodes/shader/nodes/node_shader_output_linestyle.c
@@ -46,7 +46,6 @@ void register_node_type_sh_output_linestyle(void)
node_type_compatibility(&ntype, NODE_NEW_SHADING);
node_type_socket_templates(&ntype, sh_node_output_linestyle_in, NULL);
node_type_init(&ntype, NULL);
- node_type_storage(&ntype, "", NULL, NULL);
/* Do not allow muting output node. */
node_type_internal_links(&ntype, NULL);