diff options
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 { |