remove outdated named parameter

This commit is contained in:
Jane Tournois 2024-09-30 13:04:00 +02:00
parent f3b9a5ac84
commit 7c4ab1ca00
1 changed files with 0 additions and 1 deletions

View File

@ -339,7 +339,6 @@ CGAL_add_named_parameter_with_compatibility(manifold_param_t, manifold_param, ma
CGAL_add_named_parameter_with_compatibility(features_option_param_t,features_options_param,features_options)
CGAL_add_named_parameter_with_compatibility(initial_points_generator_param_t,initial_points_generator_param,initial_points_generator)
CGAL_add_named_parameter_with_compatibility(initial_points_param_t,initial_points_param,initial_points)
CGAL_add_named_parameter_with_compatibility(c3t3_initializer_param_t, c3t3_initializer_param, c3t3_initializer)
CGAL_add_named_parameter_with_compatibility_cref_only(image_3_param_t, image_3_param, image)
CGAL_add_named_parameter_with_compatibility(iso_value_param_t, iso_value_param, iso_value)