From d53c211d83359dd53c694549f8ee76aa280585a2 Mon Sep 17 00:00:00 2001 From: Jane Tournois Date: Fri, 7 Nov 2014 16:16:03 +0100 Subject: [PATCH] cleaning --- Mesh_2/include/CGAL/Mesh_2/Mesh_global_optimizer_2.h | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/Mesh_2/include/CGAL/Mesh_2/Mesh_global_optimizer_2.h b/Mesh_2/include/CGAL/Mesh_2/Mesh_global_optimizer_2.h index 4b848d12110..f99918f4cbe 100644 --- a/Mesh_2/include/CGAL/Mesh_2/Mesh_global_optimizer_2.h +++ b/Mesh_2/include/CGAL/Mesh_2/Mesh_global_optimizer_2.h @@ -298,9 +298,6 @@ private: void update_mesh(const Moves_vector& moves, Vertex_set& moving_vertices) { - // Facets that have to be updated - std::set outdated_faces; - // Apply moves in triangulation for(typename Moves_vector::const_iterator it = moves.begin() ; it != moves.end() ; @@ -321,15 +318,6 @@ private: // Update cdt moving_vertices.clear(); - reset_faces(outdated_faces.begin(), outdated_faces.end()); - } - - template - void reset_faces(FaceIterator begin, - FaceIterator end) - { - ;//ToDo - // update "inside" and "blind" } private: