From: johanengelen Date: Wed, 12 Mar 2008 20:25:06 +0000 (+0000) Subject: fix FIXME: remove setting knotholder to NULL, because it is already nulled by unset_item X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d8aad344800d70f6789f3c256cd8efeeaa3e3120;p=inkscape.git fix FIXME: remove setting knotholder to NULL, because it is already nulled by unset_item --- 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);