diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-10-01 13:43:39 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-10-01 13:43:39 +0000 |
| commit | 5c3843e6bfa85baf9fc807dc169f571da444fda2 (patch) | |
| tree | 1fc0bc19c7cf711d212f03489348d9488c080e62 /src/object/sp-lpe-item.cpp | |
| parent | Improvements to transforms in LPE (diff) | |
| download | inkscape-5c3843e6bfa85baf9fc807dc169f571da444fda2.tar.gz inkscape-5c3843e6bfa85baf9fc807dc169f571da444fda2.zip | |
Fix for bug #263620 comment 5,
Duplicating LPE path more like clone
Diffstat (limited to 'src/object/sp-lpe-item.cpp')
| -rwxr-xr-x | src/object/sp-lpe-item.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/object/sp-lpe-item.cpp b/src/object/sp-lpe-item.cpp index d543c5c4c..d11249d1f 100755 --- a/src/object/sp-lpe-item.cpp +++ b/src/object/sp-lpe-item.cpp @@ -187,7 +187,6 @@ Inkscape::XML::Node* SPLPEItem::write(Inkscape::XML::Document *xml_doc, Inkscape return repr; } - /** * returns true when LPE was successful. */ |
