diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2016-05-21 18:22:10 +0000 |
|---|---|---|
| committer | jabiertxof <info@marker.es> | 2016-05-21 18:22:10 +0000 |
| commit | 1bc3cd7e631ba1a7480e77c0ce57e8b7a5cae9c9 (patch) | |
| tree | 252b81bdc898ce00eed52b3b23ca65f0ac8a4fe5 /src/ui/tools/node-tool.cpp | |
| parent | Fix regression: restore order in resources (e.g. pattern list) (diff) | |
| download | inkscape-1bc3cd7e631ba1a7480e77c0ce57e8b7a5cae9c9.tar.gz inkscape-1bc3cd7e631ba1a7480e77c0ce57e8b7a5cae9c9.zip | |
Remove duplicated code
(bzr r14908)
Diffstat (limited to 'src/ui/tools/node-tool.cpp')
| -rw-r--r-- | src/ui/tools/node-tool.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ui/tools/node-tool.cpp b/src/ui/tools/node-tool.cpp index 4149403ea..23aaf6bb1 100644 --- a/src/ui/tools/node-tool.cpp +++ b/src/ui/tools/node-tool.cpp @@ -164,11 +164,6 @@ NodeTool::~NodeTool() { if (this->helperpath_tmpitem) { this->desktop->remove_temporary_canvasitem(this->helperpath_tmpitem); } - - if (this->helperpath_tmpitem) { - this->desktop->remove_temporary_canvasitem(this->helperpath_tmpitem); - } - this->_selection_changed_connection.disconnect(); //this->_selection_modified_connection.disconnect(); this->_mouseover_changed_connection.disconnect(); |
