From d7ef7bc4be8c8b9963289064a2060ca04757ea15 Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Wed, 12 Mar 2008 20:25:06 +0000 Subject: fix FIXME: remove setting knotholder to NULL, because it is already nulled by unset_item (bzr r5071) --- src/shape-editor.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/shape-editor.cpp') 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); -- cgit v1.2.3