diff --git a/Polygon_mesh_processing/include/CGAL/polygon_mesh_processing.h b/Polygon_mesh_processing/include/CGAL/polygon_mesh_processing.h index 4eec2ff467fd..b9892a67f163 100644 --- a/Polygon_mesh_processing/include/CGAL/polygon_mesh_processing.h +++ b/Polygon_mesh_processing/include/CGAL/polygon_mesh_processing.h @@ -49,21 +49,3 @@ #include #include #include - -// the named parameter header being not documented the doc is put here for now -#ifdef DOXYGEN_RUNNING -namespace CGAL { -namespace Polygon_mesh_processing { -namespace parameters { - -/*! \ingroup namedparameters -\deprecated This function is deprecated and `default_values()` should be used instead. -This function can be used to indicate that all optional named parameters -to be used are the default ones. This is particularly useful when a function -requires more than one sequence of named parameters and default values is -fine only for some of them. -*/ -unspecified_type all_default(); - -} } } // end of namespace CGAL::Polygon_mesh_processing::parameters -#endif