summaryrefslogtreecommitdiffstats
path: root/src/live_effects
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2012-04-16 07:50:37 +0000
committerJon A. Cruz <jon@joncruz.org>2012-04-16 07:50:37 +0000
commitf8ae8770dd95f4a1102f6d50eb94c9ddc483a6d1 (patch)
treecbc3390a13f0c73e17b950522a9955d164c35a28 /src/live_effects
parentFix for 903676 : Replace GtkCList with GtkTreeView in XML Tree, fix assert on... (diff)
downloadinkscape-f8ae8770dd95f4a1102f6d50eb94c9ddc483a6d1.tar.gz
inkscape-f8ae8770dd95f4a1102f6d50eb94c9ddc483a6d1.zip
Loop index type cleanup
(bzr r11258)
Diffstat (limited to 'src/live_effects')
-rw-r--r--src/live_effects/lpe-powerstroke.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/lpe-powerstroke.cpp b/src/live_effects/lpe-powerstroke.cpp
index 8d5888e37..3b6af3cb6 100644
--- a/src/live_effects/lpe-powerstroke.cpp
+++ b/src/live_effects/lpe-powerstroke.cpp
@@ -209,7 +209,7 @@ Geom::Path path_from_piecewise_fix_cusps( Geom::Piecewise<Geom::D2<Geom::SBasis>
Geom::Piecewise<Geom::SBasis> const & y, // width path
LineJoinType jointype,
double miter_limit,
- bool forward_direction,
+ bool /*forward_direction*/,
double tol=Geom::EPSILON)
{
/* per definition, each discontinuity should be fixed with a join-ending, as defined by linejoin_type