diff options
Diffstat (limited to 'src/dxflinextrude.cc')
-rw-r--r-- | src/dxflinextrude.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dxflinextrude.cc b/src/dxflinextrude.cc index 1f6bc8c..741602d 100644 --- a/src/dxflinextrude.cc +++ b/src/dxflinextrude.cc @@ -299,6 +299,7 @@ PolySet *DxfLinearExtrudeNode::render_polyset(render_mode_e) const return ps; } +#ifndef REMOVE_DUMP QString DxfLinearExtrudeNode::dump(QString indent) const { if (dump_cache.isEmpty()) { @@ -326,6 +327,7 @@ QString DxfLinearExtrudeNode::dump(QString indent) const } return dump_cache; } +#endif std::string DxfLinearExtrudeNode::toString() const { |