summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/point.cpp
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2008-07-04 21:43:41 +0000
committerjoncruz <joncruz@users.sourceforge.net>2008-07-04 21:43:41 +0000
commit5d7f503b40941505c7e781c517f9c7c24a8fb09f (patch)
tree5a5c053bb20ebea914d6cc10981d5407a1ffaea2 /src/live_effects/parameter/point.cpp
parentchange some SP_CURVE_BPATH to get_bpath (diff)
downloadinkscape-5d7f503b40941505c7e781c517f9c7c24a8fb09f.tar.gz
inkscape-5d7f503b40941505c7e781c517f9c7c24a8fb09f.zip
Warning cleanup
(bzr r6156)
Diffstat (limited to 'src/live_effects/parameter/point.cpp')
-rw-r--r--src/live_effects/parameter/point.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/live_effects/parameter/point.cpp b/src/live_effects/parameter/point.cpp
index 220b618f7..69e2520c2 100644
--- a/src/live_effects/parameter/point.cpp
+++ b/src/live_effects/parameter/point.cpp
@@ -78,7 +78,7 @@ PointParam::param_getSVGValue() const
}
Gtk::Widget *
-PointParam::param_newWidget(Gtk::Tooltips * tooltips)
+PointParam::param_newWidget(Gtk::Tooltips * /*tooltips*/)
{
Inkscape::UI::Widget::RegisteredTransformedPoint * pointwdg = Gtk::manage(
new Inkscape::UI::Widget::RegisteredTransformedPoint( param_label,
@@ -153,7 +153,7 @@ PointParam::set_oncanvas_looks(SPKnotShapeType shape, SPKnotModeType mode, guint
}
void
-PointParam::knot_set(NR::Point const &p, NR::Point const &origin, guint state)
+PointParam::knot_set(NR::Point const &p, NR::Point const &/*origin*/, guint /*state*/)
{
param_setValue(p.to_2geom());
sp_lpe_item_update_patheffect(SP_LPE_ITEM(item), false, false);
@@ -166,7 +166,7 @@ PointParam::knot_get()
}
void
-PointParam::knot_click(guint state)
+PointParam::knot_click(guint /*state*/)
{
g_print ("This is the handle associated to the parameter '%s'\n", param_key.c_str());
}