summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.cpp
diff options
context:
space:
mode:
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
{