mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +00:00
Comment out obsolete code
This commit is contained in:
@@ -258,6 +258,7 @@ bool CgalKernel::convert(const taxonomy::face::ptr face, std::list<cgal_face_t>&
|
||||
|
||||
namespace {
|
||||
// @todo obsolete?
|
||||
/*
|
||||
bool convert_curve(CgalKernel* kernel, const taxonomy::ptr curve, cgal_wire_t& builder) {
|
||||
if (auto e = taxonomy::dcast<taxonomy::edge>(curve)) {
|
||||
if (true || e->basis == nullptr) {
|
||||
@@ -284,6 +285,7 @@ namespace {
|
||||
throw std::runtime_error("Not implemented curve");
|
||||
}
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
namespace {
|
||||
|
||||
Reference in New Issue
Block a user