diff options
| author | Kris De Gussem <kris.degussem@gmail.com> | 2013-03-13 17:30:15 +0000 |
|---|---|---|
| committer | Kris <Kris.De.Gussem@hotmail.com> | 2013-03-13 17:30:15 +0000 |
| commit | 816331ffe13fafc75693c455ca7018fa841fcfab (patch) | |
| tree | e76e6f7ab0fe789fc0fc715a83c963029af2c928 /src/live_effects/lpe-dynastroke.cpp | |
| parent | GTK3: fix layout of 'Fill and Stroke' tabs (see bug #1088264) (diff) | |
| download | inkscape-816331ffe13fafc75693c455ca7018fa841fcfab.tar.gz inkscape-816331ffe13fafc75693c455ca7018fa841fcfab.zip | |
cppcheck
(bzr r12201)
Diffstat (limited to 'src/live_effects/lpe-dynastroke.cpp')
| -rw-r--r-- | src/live_effects/lpe-dynastroke.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/lpe-dynastroke.cpp b/src/live_effects/lpe-dynastroke.cpp index 467fdfd9c..a5295d269 100644 --- a/src/live_effects/lpe-dynastroke.cpp +++ b/src/live_effects/lpe-dynastroke.cpp @@ -152,7 +152,7 @@ LPEDynastroke::doEffect_pwd2 (Geom::Piecewise<Geom::D2<Geom::SBasis> > const & p double angle_rad = angle*M_PI/180.;//TODO: revert orientation?... Piecewise<SBasis> w; - std::vector<double> corners = find_corners(m); + // std::vector<double> corners = find_corners(m); DynastrokeMethod stroke_method = method.get_value(); if (roundness==1.) { |
