summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.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/live_effects/effect.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/live_effects/effect.cpp')
-rw-r--r--src/live_effects/effect.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp
index a54f9007d..1ba94a2a2 100644
--- a/src/live_effects/effect.cpp
+++ b/src/live_effects/effect.cpp
@@ -1002,17 +1002,6 @@ Effect::resetDefaults(SPItem const* /*item*/)
}
}
-//Activate handle your transform filling your effect on SPPath.cpp
-void
-Effect::transform_multiply(Geom::Affine const& postmul, bool set)
-{
- // cycle through all parameters. Most parameters will not need transformation, but path and point params do.
- for (std::vector<Parameter *>::iterator it = param_vector.begin(); it != param_vector.end(); ++it) {
- Parameter * param = *it;
- param->param_transform_multiply(postmul, set);
- }
-}
-
bool
Effect::providesKnotholder() const
{