summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2016-05-21 18:22:10 +0000
committerjabiertxof <info@marker.es>2016-05-21 18:22:10 +0000
commit1bc3cd7e631ba1a7480e77c0ce57e8b7a5cae9c9 (patch)
tree252b81bdc898ce00eed52b3b23ca65f0ac8a4fe5
parentFix regression: restore order in resources (e.g. pattern list) (diff)
downloadinkscape-1bc3cd7e631ba1a7480e77c0ce57e8b7a5cae9c9.tar.gz
inkscape-1bc3cd7e631ba1a7480e77c0ce57e8b7a5cae9c9.zip
Remove duplicated code
(bzr r14908)
-rw-r--r--src/ui/tools/node-tool.cpp5
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();