From 80ea1a7d331caa7a73a6baca13feabb0033e3ed0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Jamin?= Date: Fri, 19 Oct 2012 14:27:16 +0000 Subject: [PATCH] This "CGAL_UNDOABLE_INSERT_USE_MAP" thing was not used --- Mesh_3/include/CGAL/Compact_mesh_cell_base_3.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Mesh_3/include/CGAL/Compact_mesh_cell_base_3.h b/Mesh_3/include/CGAL/Compact_mesh_cell_base_3.h index d922e9ba101..d2d0c5d7680 100644 --- a/Mesh_3/include/CGAL/Compact_mesh_cell_base_3.h +++ b/Mesh_3/include/CGAL/Compact_mesh_cell_base_3.h @@ -485,11 +485,6 @@ private: // The index of the cell of the input complex that contains me Subdomain_index subdomain_index_; -#ifndef CGAL_UNDOABLE_INSERT_USE_MAP -public: - int undoable_insert_marker; -#endif - TDS_data _tds_data; char bits_; mutable bool sliver_cache_validity_;