summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c302f0d)
raw | patch | inline | side by side (parent: c302f0d)
author | joncruz <joncruz@users.sourceforge.net> | |
Sun, 3 Aug 2008 05:26:22 +0000 (05:26 +0000) | ||
committer | joncruz <joncruz@users.sourceforge.net> | |
Sun, 3 Aug 2008 05:26:22 +0000 (05:26 +0000) |
src/knot-holder-entity.cpp | patch | blob | history | |
src/live_effects/lpe-copy_rotate.cpp | patch | blob | history |
index 4c6ffbeacdd6ae4cefffb3c8442a8bfad528a7d6..6d5f1187bb6527a97c80a0195ee247a8d6f94ffc 100644 (file)
@@ -191,7 +191,7 @@ PatternKnotHolderEntityAngle::knot_set(Geom::Point const &p, Geom::Point const &
}
void
-PatternKnotHolderEntityScale::knot_set(Geom::Point const &p, Geom::Point const &origin, guint state)
+PatternKnotHolderEntityScale::knot_set(Geom::Point const &p, Geom::Point const &/*origin*/, guint state)
{
SPPattern *pat = SP_PATTERN(SP_STYLE_FILL_SERVER(SP_OBJECT(item)->style));
index bfb9a7b995d3d483a1bfe1fdff3a9304c576c5cb..3451a10b6629e0651db8556d0e323592c5ee2bde 100644 (file)
@@ -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;