From 5b3c3eaebaa6a54cc7f8629ad289b505d432df96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Thu, 3 Dec 2020 10:54:23 +0100 Subject: [PATCH] remove old copy/paste --- Polygon_mesh_processing/include/CGAL/Polyhedral_envelope.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Polygon_mesh_processing/include/CGAL/Polyhedral_envelope.h b/Polygon_mesh_processing/include/CGAL/Polyhedral_envelope.h index b493e0d2b1b..b7efe75ddca 100644 --- a/Polygon_mesh_processing/include/CGAL/Polyhedral_envelope.h +++ b/Polygon_mesh_processing/include/CGAL/Polyhedral_envelope.h @@ -294,12 +294,6 @@ public: } Polyhedral_envelope(Polyhedral_envelope&& other) - : halfspace(other.halfspace) - , bounding_boxes(other.bounding_boxes) - , env_vertices(other.env_vertices) - , env_faces(other.env_faces) - , tree(other.tree) - , oriented_side(other.oriented_side) { *this = std::move(other); }