summaryrefslogtreecommitdiffstats
path: root/src/object/box3d.cpp
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2018-12-15 18:45:32 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2018-12-15 18:45:32 +0000
commite3dece3d90d745cd3b952be8247092dc1e4c6570 (patch)
treeccfd27a9135b40dfdf1740f5579c4c937c0534cd /src/object/box3d.cpp
parentRound-trip SVG 2 flowed text with SVG 1.1 backup. (diff)
downloadinkscape-e3dece3d90d745cd3b952be8247092dc1e4c6570.tar.gz
inkscape-e3dece3d90d745cd3b952be8247092dc1e4c6570.zip
Remove unused transform functions related to LPE and improvements to fill-betreen-* LPEs
Diffstat (limited to 'src/object/box3d.cpp')
-rw-r--r--src/object/box3d.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/object/box3d.cpp b/src/object/box3d.cpp
index 4416a0474..2de71f686 100644
--- a/src/object/box3d.cpp
+++ b/src/object/box3d.cpp
@@ -281,9 +281,6 @@ Geom::Affine SPBox3D::set_transform(Geom::Affine const &xform) {
// Adjust gradient fill
childitem->adjust_gradient(xform);
-
- // Adjust LPE
- childitem->adjust_livepatheffect(xform);
}
}