diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2008-06-11 04:08:16 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2008-06-11 04:08:16 +0000 |
| commit | 1d84a1357592e1e0f9af7a4e4105d67c4c2ee967 (patch) | |
| tree | fbf9061f821ae3b5c9d1dface30a792830062417 /src/live_effects | |
| parent | [INTL] Updated POTFILES.in with new source code file. (diff) | |
| download | inkscape-1d84a1357592e1e0f9af7a4e4105d67c4c2ee967.tar.gz inkscape-1d84a1357592e1e0f9af7a4e4105d67c4c2ee967.zip | |
warning cleanup
(bzr r5877)
Diffstat (limited to 'src/live_effects')
| -rw-r--r-- | src/live_effects/lpe-perp_bisector.cpp | 2 | ||||
| -rw-r--r-- | src/live_effects/lpe-tangent_to_curve.cpp | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/live_effects/lpe-perp_bisector.cpp b/src/live_effects/lpe-perp_bisector.cpp index 7f63c25fa..ada321ef3 100644 --- a/src/live_effects/lpe-perp_bisector.cpp +++ b/src/live_effects/lpe-perp_bisector.cpp @@ -176,7 +176,7 @@ LPEPerpBisector::~LPEPerpBisector() } void -LPEPerpBisector::doOnApply (SPLPEItem *lpeitem) +LPEPerpBisector::doOnApply (SPLPEItem */*lpeitem*/) { /* make the path a straight line */ /** diff --git a/src/live_effects/lpe-tangent_to_curve.cpp b/src/live_effects/lpe-tangent_to_curve.cpp index b46b602c3..9fbe426a5 100644 --- a/src/live_effects/lpe-tangent_to_curve.cpp +++ b/src/live_effects/lpe-tangent_to_curve.cpp @@ -115,7 +115,7 @@ get_effect(SPItem *item) } void -KnotHolderEntityAttachPt::knot_set(NR::Point const &p, NR::Point const &origin, guint state) +KnotHolderEntityAttachPt::knot_set(NR::Point const &p, NR::Point const &/*origin*/, guint /*state*/) { using namespace Geom; @@ -137,7 +137,7 @@ KnotHolderEntityAttachPt::knot_set(NR::Point const &p, NR::Point const &origin, } void -KnotHolderEntityLeftEnd::knot_set(NR::Point const &p, NR::Point const &origin, guint state) +KnotHolderEntityLeftEnd::knot_set(NR::Point const &p, NR::Point const &/*origin*/, guint /*state*/) { LPETangentToCurve *lpe = get_effect(item); @@ -148,7 +148,7 @@ KnotHolderEntityLeftEnd::knot_set(NR::Point const &p, NR::Point const &origin, g } void -KnotHolderEntityRightEnd::knot_set(NR::Point const &p, NR::Point const &origin, guint state) +KnotHolderEntityRightEnd::knot_set(NR::Point const &p, NR::Point const &/*origin*/, guint /*state*/) { LPETangentToCurve *lpe = get_effect(item); |
