summaryrefslogtreecommitdiff
path: root/module.cc
diff options
context:
space:
mode:
Diffstat (limited to 'module.cc')
-rw-r--r--module.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/module.cc b/module.cc
index 0d275a6..c9142e2 100644
--- a/module.cc
+++ b/module.cc
@@ -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);
contact: Jan Huwald // Impressum