diff options
author | Marius Kintel <marius@kintel.net> | 2011-11-07 01:44:20 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-11-07 01:44:20 (GMT) |
commit | 3e2a0eb5dcbde95dfc084f2f34a9ab0b35aa4f78 (patch) | |
tree | 2d00201e743b6d58bd4fc4303d5a4beddd9a4c34 /src/rotateextrude.cc | |
parent | 4213d89fa5ba7523bf47a5147f45c6b876a563e7 (diff) | |
parent | 6b21134f15ef7c6cfbd8301ee56511a73bd49def (diff) |
Merge branch 'relative-filenames'
Diffstat (limited to 'src/rotateextrude.cc')
-rw-r--r-- | src/rotateextrude.cc | 1 |
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 << ", "; |