From ef1072542e4e891e709bc23ae80976a4df8e65a7 Mon Sep 17 00:00:00 2001 From: Ivo Vigan Date: Fri, 27 Jun 2014 01:05:33 -0400 Subject: [PATCH] set changes removed --- .../include/CGAL/Reconstruction_edge_2.h | 16 ---------------- .../CGAL/Reconstruction_triangulation_2.h | 2 -- 2 files changed, 18 deletions(-) diff --git a/Reconstruction_simplification_2/include/CGAL/Reconstruction_edge_2.h b/Reconstruction_simplification_2/include/CGAL/Reconstruction_edge_2.h index 294ff19ae6d..77499041a26 100644 --- a/Reconstruction_simplification_2/include/CGAL/Reconstruction_edge_2.h +++ b/Reconstruction_simplification_2/include/CGAL/Reconstruction_edge_2.h @@ -136,22 +136,6 @@ protected: }; -//---------------Reconstruction_edge_2--------------------- -template -struct less_Recon_Edge_2 -{ - bool operator() (const T& a, const T& b) const - { - if (a.priority() < b.priority()) - return true; - if (a.priority() > b.priority()) - return false; - return a < b; - } -}; - - - template class Dynamic_priority_queue_edges : public Dynamic_priority_queue { diff --git a/Reconstruction_simplification_2/include/CGAL/Reconstruction_triangulation_2.h b/Reconstruction_simplification_2/include/CGAL/Reconstruction_triangulation_2.h index 0301390bc87..ec4bb4eea44 100644 --- a/Reconstruction_simplification_2/include/CGAL/Reconstruction_triangulation_2.h +++ b/Reconstruction_simplification_2/include/CGAL/Reconstruction_triangulation_2.h @@ -115,8 +115,6 @@ public: Reconstruction_edge_2; typedef Dynamic_priority_queue_edges PQueue; - typedef std::set > PQueue_set; - double m_factor; // ghost vs solid