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/dxfrotextrude.cc | |
parent | e8b84d36c51327447334ce3bd6909501bab44805 (diff) |
Added REMOVE_DUMP define
Diffstat (limited to 'src/dxfrotextrude.cc')
-rw-r--r-- | src/dxfrotextrude.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dxfrotextrude.cc b/src/dxfrotextrude.cc index 98f91f3..b32a949 100644 --- a/src/dxfrotextrude.cc +++ b/src/dxfrotextrude.cc @@ -197,6 +197,7 @@ PolySet *DxfRotateExtrudeNode::render_polyset(render_mode_e) const return ps; } +#ifndef REMOVE_DUMP QString DxfRotateExtrudeNode::dump(QString indent) const { if (dump_cache.isEmpty()) { @@ -217,6 +218,7 @@ QString DxfRotateExtrudeNode::dump(QString indent) const } return dump_cache; } +#endif std::string DxfRotateExtrudeNode::toString() const { |