diff options
Diffstat (limited to 'src/object/sp-item-group.cpp')
| -rw-r--r-- | src/object/sp-item-group.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/sp-item-group.cpp b/src/object/sp-item-group.cpp index 990634b72..3d89a524d 100644 --- a/src/object/sp-item-group.cpp +++ b/src/object/sp-item-group.cpp @@ -938,7 +938,7 @@ sp_group_perform_patheffect(SPGroup *group, SPGroup *top_group, Inkscape::LivePa sp_group_perform_patheffect(sub_group, top_group, lpe, write); } else { SPShape* sub_shape = dynamic_cast<SPShape *>(sub_item); - SPPath* sub_path = dynamic_cast<SPPath *>(sub_item); + //SPPath* sub_path = dynamic_cast<SPPath *>(sub_item); SPItem* clipmaskto = dynamic_cast<SPItem *>(sub_item); if (clipmaskto) { top_group->applyToClipPath(clipmaskto, lpe); |
