From b56aaa769c0c7e199481010a784c4fe472b81fc0 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Wed, 12 Dec 2018 11:50:19 +0100 Subject: [PATCH] Fix Issue #3536 --- Geomview/doc/Geomview/CGAL/IO/Geomview_stream.h | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/Geomview/doc/Geomview/CGAL/IO/Geomview_stream.h b/Geomview/doc/Geomview/CGAL/IO/Geomview_stream.h index d189bb8367f..a93f3b86950 100644 --- a/Geomview/doc/Geomview/CGAL/IO/Geomview_stream.h +++ b/Geomview/doc/Geomview/CGAL/IO/Geomview_stream.h @@ -363,19 +363,6 @@ operator<<(Geomview_stream& gs, const Bbox_2& b); Geomview_stream& operator<<(Geomview_stream& gs, const Bbox_3& b); -/*! - Inserts the bounding box `b` into the stream `gs`. - \relates Geomview_stream -*/ -Geomview_stream& -operator<<(Geomview_stream& gs, const Bbox_3& b); - -/*! - Inserts the bounding box `b` into the stream `gs`. - \relates Geomview_stream -*/ -Geomview_stream& -operator<<(Geomview_stream& gs, const Bbox_3& b); /// @}