From 589c5d59a539abb8ea6c865ed7938f41debabea4 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 12 Aug 2025 07:24:20 +0100 Subject: [PATCH] cleanup in Polyhedron_3 --- .../doc/Polyhedron/CGAL/IO/Polyhedron_iostream.h | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/Polyhedron/doc/Polyhedron/CGAL/IO/Polyhedron_iostream.h b/Polyhedron/doc/Polyhedron/CGAL/IO/Polyhedron_iostream.h index 671dd6f49f8..45f33b220b5 100644 --- a/Polyhedron/doc/Polyhedron/CGAL/IO/Polyhedron_iostream.h +++ b/Polyhedron/doc/Polyhedron/CGAL/IO/Polyhedron_iostream.h @@ -34,13 +34,6 @@ polyhedral surface. template bool read_OFF( std::istream& in, CGAL::Polyhedron_3& P); -/*! -\deprecated This function is deprecated since \cgal 5.3, - \ref read_OFF(std::istream&, Polyhedron_3&) should be used instead. -*/ -template -bool read_off( std::istream& in, CGAL::Polyhedron_3& P); - } // namespace IO /*! @@ -79,12 +72,6 @@ This function overloads the generic function \link PkgBGLIoFuncsOFF `write_OFF(s template bool write_OFF( std::ostream& out, const CGAL::Polyhedron_3& P); -/*! -\deprecated This function is deprecated since \cgal 5.3, - \ref CGAL::IO::write_OFF(std::ostream&, const Polyhedron_3&) should be used instead. -*/ -template -bool write_off( std::ostream& out, const CGAL::Polyhedron_3& P); } // namespace IO