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-angle_bisector.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-angle_bisector.cpp')
| -rw-r--r-- | src/live_effects/lpe-angle_bisector.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/live_effects/lpe-angle_bisector.cpp b/src/live_effects/lpe-angle_bisector.cpp index 91f779ef3..2f57b710b 100644 --- a/src/live_effects/lpe-angle_bisector.cpp +++ b/src/live_effects/lpe-angle_bisector.cpp @@ -61,8 +61,6 @@ LPEAngleBisector::doEffect_path (std::vector<Geom::Path> const & path_in) { using namespace Geom; - std::vector<Geom::Path> path_out; - // we assume that the path has >= 3 nodes ptA = path_in[0].pointAt(1); Point B = path_in[0].initialPoint(); |
