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); }