diff --git a/Orthtree/include/CGAL/Orthtree_traits_polygons.h b/Orthtree/include/CGAL/Orthtree_traits_polygons.h index 0b5f28856ee..f97f0a35322 100644 --- a/Orthtree/include/CGAL/Orthtree_traits_polygons.h +++ b/Orthtree/include/CGAL/Orthtree_traits_polygons.h @@ -186,12 +186,6 @@ struct Orthtree_traits_polygons : public Orthtree_traits_3_base }; } - auto get_element_object() const { - return [&](const Node_data_element& index) -> typename Self::Point_d { - return get(m_point_map, index); - }; - } - Node_data m_polygons; const std::vector& m_points; FT bbox_dilation;