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_;