diff --git a/Polyhedron/demo/Polyhedron/C3t3_io_plugin.cpp b/Polyhedron/demo/Polyhedron/C3t3_io_plugin.cpp index da7275efabb..a88843b6a34 100644 --- a/Polyhedron/demo/Polyhedron/C3t3_io_plugin.cpp +++ b/Polyhedron/demo/Polyhedron/C3t3_io_plugin.cpp @@ -232,18 +232,6 @@ operator>>( std::istream& is, Fake_CDT_3_cell_base& c) { typedef CGAL::Triangulation_data_structure_3, Fake_CDT_3_cell_base<> > Fake_CDT_3_TDS; typedef CGAL::Triangulation_3 Fake_CDT_3; -//#ifdef CGAL_MESH_3_IO_SIGNATURE_H -//namespace CGAL { -//template <> -//struct Get_io_signature { -// std::string operator()() const -// { -// return std::string("std::pair"); -// } -//}; // end Get_io_signature -//} // end namespace CGAL -//#endif - /*namespace std { std::ostream& operator<<(std::ostream& out, const Patch_id& id) { return out << id;