diff options
Diffstat (limited to 'module.cc')
-rw-r--r-- | module.cc | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -218,8 +218,6 @@ CGAL_Nef_polyhedron AbstractNode::render_cgal_nef_polyhedron() const #endif /* ENABLE_CGAL */ -#ifdef ENABLE_OPENCSG - CSGTerm *AbstractNode::render_csg_term(double m[16]) const { CSGTerm *t1 = NULL; @@ -234,8 +232,6 @@ CSGTerm *AbstractNode::render_csg_term(double m[16]) const return t1; } -#endif /* ENABLE_OPENCSG */ - QString AbstractNode::dump(QString indent) const { QString text = indent + QString("n%1: group() {\n").arg(idx); |