diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-02-16 20:49:53 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2015-02-16 20:49:53 +0000 |
| commit | 9593c78703845bfca18a3a135cbbc47cc03b54f6 (patch) | |
| tree | 4616e3cb7ed134d82367726aafaaf3f312d1cbc5 /src/live_effects/parameter/satellitepairarray.cpp | |
| parent | added knots (diff) | |
| download | inkscape-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.cpp | 4 |
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, |
