summaryrefslogtreecommitdiffstats
path: root/src/live_effects
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2008-08-03 05:26:22 +0000
committerjoncruz <joncruz@users.sourceforge.net>2008-08-03 05:26:22 +0000
commit97ee94bf83b8684d9b8e7d316e6721f11c50752c (patch)
treeca2664622327eac6b0fb69d9bf641ffa782b0954 /src/live_effects
parentFixed broken empty string check (diff)
downloadinkscape-97ee94bf83b8684d9b8e7d316e6721f11c50752c.tar.gz
inkscape-97ee94bf83b8684d9b8e7d316e6721f11c50752c.zip
Warning cleanup
(bzr r6543)
Diffstat (limited to 'src/live_effects')
-rw-r--r--src/live_effects/lpe-copy_rotate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/lpe-copy_rotate.cpp b/src/live_effects/lpe-copy_rotate.cpp
index bfb9a7b99..3451a10b6 100644
--- a/src/live_effects/lpe-copy_rotate.cpp
+++ b/src/live_effects/lpe-copy_rotate.cpp
@@ -114,7 +114,7 @@ LPECopyRotate::doEffect_pwd2 (Geom::Piecewise<Geom::D2<Geom::SBasis> > const & p
}
void
-LPECopyRotate::addCanvasIndicators(SPLPEItem *lpeitem, std::vector<Geom::PathVector> &hp_vec)
+LPECopyRotate::addCanvasIndicators(SPLPEItem */*lpeitem*/, std::vector<Geom::PathVector> &hp_vec)
{
using namespace Geom;