summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/satellitepairarray.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2015-02-16 20:49:53 +0000
committerJabiertxof <jtx@jtx.marker.es>2015-02-16 20:49:53 +0000
commit9593c78703845bfca18a3a135cbbc47cc03b54f6 (patch)
tree4616e3cb7ed134d82367726aafaaf3f312d1cbc5 /src/live_effects/parameter/satellitepairarray.cpp
parentadded knots (diff)
downloadinkscape-9593c78703845bfca18a3a135cbbc47cc03b54f6.tar.gz
inkscape-9593c78703845bfca18a3a135cbbc47cc03b54f6.zip
continuing fillet/chamfer
(bzr r13645.1.13)
Diffstat (limited to 'src/live_effects/parameter/satellitepairarray.cpp')
-rw-r--r--src/live_effects/parameter/satellitepairarray.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/live_effects/parameter/satellitepairarray.cpp b/src/live_effects/parameter/satellitepairarray.cpp
index a40e70e1f..bb72830d6 100644
--- a/src/live_effects/parameter/satellitepairarray.cpp
+++ b/src/live_effects/parameter/satellitepairarray.cpp
@@ -45,11 +45,9 @@ void SatellitePairArrayParam::set_oncanvas_looks(SPKnotShapeType shape,
}
void SatellitePairArrayParam::set_pwd2(
- Piecewise<D2<SBasis> > const &pwd2_in,
- Piecewise<D2<SBasis> > const &pwd2_normal_in)
+ Piecewise<D2<SBasis> > const &pwd2_in)
{
last_pwd2 = pwd2_in;
- last_pwd2_normal = pwd2_normal_in;
}
void SatellitePairArrayParam::addKnotHolderEntities(KnotHolder *knotholder,