summaryrefslogtreecommitdiff
path: root/src/rotateextrude.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/rotateextrude.cc')
-rw-r--r--src/rotateextrude.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rotateextrude.cc b/src/rotateextrude.cc
index ae8793d..e64f6f1 100644
--- a/src/rotateextrude.cc
+++ b/src/rotateextrude.cc
@@ -116,7 +116,6 @@ std::string RotateExtrudeNode::toString() const
if (!this->filename.empty()) { // Ignore deprecated parameters if empty
stream <<
"file = \"" << this->filename << "\", "
- "cache = \"" << QFileInfo(QString::fromStdString(this->filename)) << "\", "
"layer = \"" << this->layername << "\", "
"origin = [" << std::dec << this->origin_x << ", " << this->origin_y << "], "
"scale = " << this->scale << ", ";
contact: Jan Huwald // Impressum