diff options
Diffstat (limited to 'src/csgops.cc')
-rw-r--r-- | src/csgops.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/csgops.cc b/src/csgops.cc index 5baa149..da2c2e5 100644 --- a/src/csgops.cc +++ b/src/csgops.cc @@ -134,6 +134,7 @@ CSGTerm *CsgNode::render_csg_term(double m[20], QVector<CSGTerm*> *highlights, Q return t1; } +#ifndef REMOVE_DUMP QString CsgNode::dump(QString indent) const { if (dump_cache.isEmpty()) { @@ -150,6 +151,7 @@ QString CsgNode::dump(QString indent) const } return dump_cache; } +#endif std::string CsgNode::toString() const { |