summaryrefslogtreecommitdiffstats
path: root/src/knotholder.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2014-11-15 17:34:32 +0000
committerJabiertxof <jtx@jtx.marker.es>2014-11-15 17:34:32 +0000
commit69ef82447f23d5ebd3abc6a5903b10bbdb1b12f4 (patch)
treedcaafc31c93eaaf606e1260d99c83b963aba4822 /src/knotholder.cpp
parentignore this commit (diff)
downloadinkscape-69ef82447f23d5ebd3abc6a5903b10bbdb1b12f4.tar.gz
inkscape-69ef82447f23d5ebd3abc6a5903b10bbdb1b12f4.zip
ignore this commit
(bzr r13682.1.10)
Diffstat (limited to 'src/knotholder.cpp')
-rw-r--r--src/knotholder.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/knotholder.cpp b/src/knotholder.cpp
index 28f6f5748..f46daa09e 100644
--- a/src/knotholder.cpp
+++ b/src/knotholder.cpp
@@ -69,12 +69,6 @@ KnotHolder::KnotHolder(SPDesktop *desktop, SPItem *item, SPKnotHolderReleasedFun
}
KnotHolder::~KnotHolder() {
- if(SP_IS_LPE_ITEM(item)){
- Inkscape::LivePathEffect::Effect *effect = SP_LPE_ITEM(item)->getCurrentLPE();
- if(effect){
- effect->removeHandles();
- }
- }
sp_object_unref(item);
for (std::list<KnotHolderEntity *>::iterator i = entity.begin(); i != entity.end(); ++i)