summaryrefslogtreecommitdiff
path: root/src/csgops.cc
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2010-03-14 04:12:18 (GMT)
committerMarius Kintel <marius@kintel.net>2010-10-31 00:42:34 (GMT)
commit9bb4fc829ad9466fe59ad35803ed1db82042342a (patch)
tree0e17313197ff8910b12b0a3bf44eec157e10fa99 /src/csgops.cc
parente8b84d36c51327447334ce3bd6909501bab44805 (diff)
Added REMOVE_DUMP define
Diffstat (limited to 'src/csgops.cc')
-rw-r--r--src/csgops.cc2
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
{
contact: Jan Huwald // Impressum