diff options
author | Marius Kintel <marius@kintel.net> | 2010-03-14 04:12:18 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2010-10-31 00:42:34 (GMT) |
commit | 9bb4fc829ad9466fe59ad35803ed1db82042342a (patch) | |
tree | 0e17313197ff8910b12b0a3bf44eec157e10fa99 /src/projection.cc | |
parent | e8b84d36c51327447334ce3bd6909501bab44805 (diff) |
Added REMOVE_DUMP define
Diffstat (limited to 'src/projection.cc')
-rw-r--r-- | src/projection.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/projection.cc b/src/projection.cc index 985ed20..2176b4d 100644 --- a/src/projection.cc +++ b/src/projection.cc @@ -274,6 +274,7 @@ PolySet *ProjectionNode::render_polyset(render_mode_e) const #endif // ENABLE_CGAL +#ifndef REMOVE_DUMP QString ProjectionNode::dump(QString indent) const { if (dump_cache.isEmpty()) { @@ -287,6 +288,7 @@ QString ProjectionNode::dump(QString indent) const } return dump_cache; } +#endif std::string ProjectionNode::toString() const { |