summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8b828b3)
raw | patch | inline | side by side (parent: 8b828b3)
author | joncruz <joncruz@users.sourceforge.net> | |
Wed, 4 Feb 2009 07:32:35 +0000 (07:32 +0000) | ||
committer | joncruz <joncruz@users.sourceforge.net> | |
Wed, 4 Feb 2009 07:32:35 +0000 (07:32 +0000) |
src/live_effects/lpe-knot.cpp | patch | blob | history |
index 60371dce7e8ede45d04ffbafeafe7f34d8dbf258..8f8230a6aafb7fdeec103ce8e7e09872f5092c2a 100644 (file)
}
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);