diff options
author | Marius Kintel <marius@kintel.net> | 2011-11-07 01:37:44 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-11-07 01:37:44 (GMT) |
commit | aa94d42d2c6647341b1d374d3f1a7216aede0d1c (patch) | |
tree | 7088ed8a3f29e35650f34e2a409796bf58bde5b4 /src/rotateextrude.cc | |
parent | e38928aa9b17af5c84c6c46154b0f7abdce8b259 (diff) |
Don't dump timestamp of included files, this wasn't really used anywhere
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 << ", "; |