diff options
Diffstat (limited to 'src/shape-editor.cpp')
| -rw-r--r-- | src/shape-editor.cpp | 2 |
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); |
