summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2009-02-04 07:32:35 +0000
committerjoncruz <joncruz@users.sourceforge.net>2009-02-04 07:32:35 +0000
commit863e8e61c998e5984f134279f4a305a8d678e32b (patch)
tree3ba14a556d449c43ecc511ffa37a823986f10aa3 /src
parentenable lpe-spiro and lpe-freehand (which should be removed !!!!!!!!) (diff)
downloadinkscape-863e8e61c998e5984f134279f4a305a8d678e32b.tar.gz
inkscape-863e8e61c998e5984f134279f4a305a8d678e32b.zip
Warning cleanup.
(bzr r7225)
Diffstat (limited to 'src')
-rw-r--r--src/live_effects/lpe-knot.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/live_effects/lpe-knot.cpp b/src/live_effects/lpe-knot.cpp
index 60371dce7..8f8230a6a 100644
--- a/src/live_effects/lpe-knot.cpp
+++ b/src/live_effects/lpe-knot.cpp
@@ -378,7 +378,7 @@ LPEKnot::~LPEKnot()
}
void
-LPEKnot::doOnApply(SPLPEItem *lpeitem)
+LPEKnot::doOnApply(SPLPEItem */*lpeitem*/)
{
//SPCurve *curve = SP_SHAPE(lpeitem)->curve;
// //TODO: where should the switcher be initialized? (it shows up here if there is no crossing at all)
@@ -511,7 +511,7 @@ LPEKnot::addCanvasIndicators(SPLPEItem */*lpeitem*/, std::vector<Geom::PathVecto
}
void
-KnotHolderEntityCrossingSwitcher::knot_set(Geom::Point const &p, Geom::Point const &/*origin*/, guint state)
+KnotHolderEntityCrossingSwitcher::knot_set(Geom::Point const &p, Geom::Point const &/*origin*/, guint /*state*/)
{
LPEKnot* lpe = get_effect(item);