Skip to content

Commit

Permalink
more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
afabri committed Feb 7, 2024
1 parent d9a542f commit 598656d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
7 changes: 0 additions & 7 deletions Point_set_processing_3/include/CGAL/IO/read_xyz_points.h
Original file line number Diff line number Diff line change
Expand Up @@ -394,14 +394,7 @@ bool read_xyz_points(std::istream& is, ///< input stream.

/// \endcond

/**
\ingroup PkgPointSetProcessing3IODeprecated
\deprecated This function is deprecated since \cgal 5.3,
\link PkgPointSetProcessing3IOXyz `CGAL::IO::read_XYZ()` \endlink should be used instead.

\returns `true` if reading was successful, `false` otherwise.
*/
template <typename OutputIteratorValueType,
typename OutputIterator,
typename CGAL_NP_TEMPLATE_PARAMETERS>
Expand Down
6 changes: 0 additions & 6 deletions Point_set_processing_3/include/CGAL/IO/write_off_points.h
Original file line number Diff line number Diff line change
Expand Up @@ -292,12 +292,6 @@ bool write_off_points(std::ostream& os, ///< output stream.

/// \endcond

/**
\ingroup PkgPointSetProcessing3IODeprecated
\deprecated This function is deprecated since \cgal 5.3,
\link PkgPointSetProcessing3IOOff `CGAL::IO::write_OFF()` \endlink should be used instead.
*/
template <typename PointRange, typename CGAL_NP_TEMPLATE_PARAMETERS>
CGAL_DEPRECATED bool write_off_points(std::ostream& os, const PointRange& points, const CGAL_NP_CLASS& np = parameters::default_values())
{
Expand Down

0 comments on commit 598656d

Please sign in to comment.