From f4e2b3db695482ece5ca914162987c110275dbd9 Mon Sep 17 00:00:00 2001 From: Jane Tournois Date: Thu, 26 Sep 2024 11:02:34 +0200 Subject: [PATCH] remove useless generator() accessor --- .../CGAL/STL_Extension/internal/mesh_option_classes.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/STL_Extension/include/CGAL/STL_Extension/internal/mesh_option_classes.h b/STL_Extension/include/CGAL/STL_Extension/internal/mesh_option_classes.h index 8505194049c..7b9fe4b2485 100644 --- a/STL_Extension/include/CGAL/STL_Extension/internal/mesh_option_classes.h +++ b/STL_Extension/include/CGAL/STL_Extension/internal/mesh_option_classes.h @@ -219,11 +219,6 @@ struct Initialization_options return initial_points_generator_(pts, n); } - const Initial_points_generator& generator() const - { - return initial_points_generator_; - } - bool is_default() const { return begin_it == end_it