summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2008-03-12 20:25:06 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2008-03-12 20:25:06 +0000
commitd7ef7bc4be8c8b9963289064a2060ca04757ea15 (patch)
treec9fa5567f6a30e0e1f59d2e7c5bffae09eac16d6 /src
parentSplit getException into method and function, so it can be used in native func... (diff)
downloadinkscape-d7ef7bc4be8c8b9963289064a2060ca04757ea15.tar.gz
inkscape-d7ef7bc4be8c8b9963289064a2060ca04757ea15.zip
fix FIXME: remove setting knotholder to NULL, because it is already nulled by unset_item
(bzr r5071)
Diffstat (limited to 'src')
-rw-r--r--src/shape-editor.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/shape-editor.cpp b/src/shape-editor.cpp
index b8eaca7a7..b1da900f4 100644
--- a/src/shape-editor.cpp
+++ b/src/shape-editor.cpp
@@ -220,8 +220,6 @@ void ShapeEditor::set_item_lpe_path_parameter(SPItem *item, SPObject *lpeobject,
this->grab_node = -1;
if (lpeobject) {
- // FIXME ? just setting knotholder to NULL... not necessary to delete it ?
- this->knotholder = NULL; // it's a path, no special knotholder needed.
this->nodepath = sp_nodepath_new( desktop, lpeobject,
(prefs_get_int_attribute("tools.nodes", "show_handles", 1) != 0),
key, item);