diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2008-07-04 21:43:41 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2008-07-04 21:43:41 +0000 |
| commit | 5d7f503b40941505c7e781c517f9c7c24a8fb09f (patch) | |
| tree | 5a5c053bb20ebea914d6cc10981d5407a1ffaea2 /src/live_effects/parameter/pointparam-knotholder.cpp | |
| parent | change some SP_CURVE_BPATH to get_bpath (diff) | |
| download | inkscape-5d7f503b40941505c7e781c517f9c7c24a8fb09f.tar.gz inkscape-5d7f503b40941505c7e781c517f9c7c24a8fb09f.zip | |
Warning cleanup
(bzr r6156)
Diffstat (limited to 'src/live_effects/parameter/pointparam-knotholder.cpp')
| -rw-r--r-- | src/live_effects/parameter/pointparam-knotholder.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/live_effects/parameter/pointparam-knotholder.cpp b/src/live_effects/parameter/pointparam-knotholder.cpp index a8d357415..06e527ffd 100644 --- a/src/live_effects/parameter/pointparam-knotholder.cpp +++ b/src/live_effects/parameter/pointparam-knotholder.cpp @@ -72,12 +72,13 @@ KnotHolderEntityPointParam::knot_get() { } void -KnotHolderEntityPointParam::knot_set(NR::Point const &p, NR::Point const &origin, guint state) { +KnotHolderEntityPointParam::knot_set(NR::Point const &/*p*/, NR::Point const &/*origin*/, guint /*state*/) { } void PointParamKnotHolder::add_knot ( Geom::Point & p, +// TODO: check if knot_click being ignored is bad: PointParamKnotHolderClickedFunc knot_click, SPKnotShapeType shape, SPKnotModeType mode, |
