diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-03-12 20:25:06 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-03-12 20:25:06 +0000 |
| commit | d7ef7bc4be8c8b9963289064a2060ca04757ea15 (patch) | |
| tree | c9fa5567f6a30e0e1f59d2e7c5bffae09eac16d6 /src/shape-editor.cpp | |
| parent | Split getException into method and function, so it can be used in native func... (diff) | |
| download | inkscape-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 '')
| -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); |
