summaryrefslogtreecommitdiffstats
path: root/src/sp-item-group.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp-item-group.cpp')
-rw-r--r--src/sp-item-group.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/sp-item-group.cpp b/src/sp-item-group.cpp
index 27bee1541..3d4d7b253 100644
--- a/src/sp-item-group.cpp
+++ b/src/sp-item-group.cpp
@@ -967,11 +967,7 @@ sp_group_perform_patheffect(SPGroup *group, SPGroup *top_group, bool write)
}
}
}
- //SPPath *sub_path = dynamic_cast<SPPath *>(sub_shape);
- c = sub_shape->getCurveBeforeLPE();
- if (!c || (sub_shape->getCurve() != c)) {
- c = sub_shape->getCurve();
- }
+ c = sub_shape->getCurve();
bool success = false;
// only run LPEs when the shape has a curve defined
if (c) {