summaryrefslogtreecommitdiffstats
path: root/src/live_effects
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2013-03-16 12:20:26 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2013-03-16 12:20:26 +0000
commitefa9bdd372b89848165dc575fafff45851514e69 (patch)
tree96b34e71ff3aa38989acf45ba227fb103b2166fe /src/live_effects
parentDrop a couple of unused variables and a pixmap (diff)
downloadinkscape-efa9bdd372b89848165dc575fafff45851514e69.tar.gz
inkscape-efa9bdd372b89848165dc575fafff45851514e69.zip
Warning cleanup
(bzr r12211)
Diffstat (limited to 'src/live_effects')
-rw-r--r--src/live_effects/lpe-recursiveskeleton.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/live_effects/lpe-recursiveskeleton.cpp b/src/live_effects/lpe-recursiveskeleton.cpp
index 452139344..ac571d963 100644
--- a/src/live_effects/lpe-recursiveskeleton.cpp
+++ b/src/live_effects/lpe-recursiveskeleton.cpp
@@ -91,7 +91,8 @@ LPERecursiveSkeleton::doEffect_pwd2 (Geom::Piecewise<Geom::D2<Geom::SBasis> > co
double scaling = (uskeleton.domain().extent() - toffset)/pattBndsX->extent();
// TODO investigate why pattWidth is not being used:
- double pattWidth = pattBndsX->extent() * scaling;
+ // - Doesn't appear to have been used anywhere in bzr history (Alex V: 2013-03-16)
+ // double pattWidth = pattBndsX->extent() * scaling;
if (scaling != 1.0) {
x*=scaling;