summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/freehand-base.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2015-03-10 18:30:57 +0000
committerJabiertxof <jtx@jtx.marker.es>2015-03-10 18:30:57 +0000
commitb64a562f4a8f6cca5d07fc6063d80739f1bb1dee (patch)
tree3f2ac50d0bb2277b7a571188c2c4da417e87129e /src/ui/tools/freehand-base.cpp
parentupdate to trunk (diff)
downloadinkscape-b64a562f4a8f6cca5d07fc6063d80739f1bb1dee.tar.gz
inkscape-b64a562f4a8f6cca5d07fc6063d80739f1bb1dee.zip
Update to new simplify
(bzr r13973.1.9)
Diffstat (limited to 'src/ui/tools/freehand-base.cpp')
-rw-r--r--src/ui/tools/freehand-base.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ui/tools/freehand-base.cpp b/src/ui/tools/freehand-base.cpp
index bc4f98413..c75e0a354 100644
--- a/src/ui/tools/freehand-base.cpp
+++ b/src/ui/tools/freehand-base.cpp
@@ -278,8 +278,6 @@ static void spdc_apply_simplify(std::string threshold, FreehandBase *dc, SPItem
lpe->getRepr()->setAttribute("threshold", threshold);
lpe->getRepr()->setAttribute("smooth_angles", "360");
lpe->getRepr()->setAttribute("helper_size", "0");
- lpe->getRepr()->setAttribute("nodes", "false");
- lpe->getRepr()->setAttribute("handles", "false");
lpe->getRepr()->setAttribute("simplifyindividualpaths", "false");
lpe->getRepr()->setAttribute("simplifyJustCoalesce", "false");
}