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:
authorJacques Lucke <jacques@blender.org>2021-08-20 13:05:03 +0300
committerJacques Lucke <jacques@blender.org>2021-08-20 13:05:03 +0300
commitc1227fd4089f22edda3e137a7a1185fbb3daa968 (patch)
treea26f2f90bc3905e8ce292bfb55981c1228af7e68 /source/blender
parentd217b3421481161d33f27a30f6aec24e31c4ac61 (diff)
Cleanup: remove duplicate line
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/nodes/geometry/nodes/node_geo_subdivision_surface.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/nodes/geometry/nodes/node_geo_subdivision_surface.cc b/source/blender/nodes/geometry/nodes/node_geo_subdivision_surface.cc
index e524564edab..4f70252ae75 100644
--- a/source/blender/nodes/geometry/nodes/node_geo_subdivision_surface.cc
+++ b/source/blender/nodes/geometry/nodes/node_geo_subdivision_surface.cc
@@ -148,7 +148,5 @@ void register_node_type_geo_subdivision_surface()
"NodeGeometrySubdivisionSurface",
node_free_standard_storage,
node_copy_standard_storage);
- node_type_socket_templates(
- &ntype, geo_node_subdivision_surface_in, geo_node_subdivision_surface_out);
nodeRegisterType(&ntype);
}