Cleanup: remove duplicate line

This commit is contained in:
Jacques Lucke 2021-08-20 12:05:03 +02:00
parent d217b34214
commit c1227fd408
1 changed files with 0 additions and 2 deletions

View File

@ -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);
}