diff --git a/Surface_mesher/include/CGAL/Surface_mesher/Sphere_oracle_3.h b/Surface_mesher/include/CGAL/Surface_mesher/Sphere_oracle_3.h index 93503d757fd..6f45a25d18f 100644 --- a/Surface_mesher/include/CGAL/Surface_mesher/Sphere_oracle_3.h +++ b/Surface_mesher/include/CGAL/Surface_mesher/Sphere_oracle_3.h @@ -128,8 +128,6 @@ namespace CGAL { GT().compute_scalar_product_3_object(); typename GT::Compute_squared_distance_3 squared_distance = GT().compute_squared_distance_3_object(); - typename GT::Compute_squared_radius_3 radius = - GT().compute_squared_radius_3_object(); typename GT::Construct_center_3 center = GT().construct_center_3_object(); typename GT::Compute_squared_radius_3 squared_radius =