diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2010-01-15 01:02:46 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2010-01-15 01:02:46 +0000 |
| commit | 2ab01d69f9d427bdf3536e1508a465372cd040c6 (patch) | |
| tree | 492bccf7855315612ecd295d84c34688c232db79 /src/live_effects/parameter | |
| parent | Replace std::tr1::unordered_(map|set) with __gnu_cxx::hash_(map|set), (diff) | |
| download | inkscape-2ab01d69f9d427bdf3536e1508a465372cd040c6.tar.gz inkscape-2ab01d69f9d427bdf3536e1508a465372cd040c6.zip | |
Warning cleanup.
(bzr r8981)
Diffstat (limited to 'src/live_effects/parameter')
| -rw-r--r-- | src/live_effects/parameter/path.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/live_effects/parameter/path.cpp b/src/live_effects/parameter/path.cpp index 43f4b5725..1ea9ac506 100644 --- a/src/live_effects/parameter/path.cpp +++ b/src/live_effects/parameter/path.cpp @@ -195,7 +195,7 @@ PathParam::param_newWidget(Gtk::Tooltips * tooltips) } void -PathParam::param_editOncanvas(SPItem * item, SPDesktop * dt) +PathParam::param_editOncanvas(SPItem * /*item*/, SPDesktop * dt) { using namespace Inkscape::UI; @@ -222,7 +222,7 @@ PathParam::param_editOncanvas(SPItem * item, SPDesktop * dt) void PathParam::param_setup_nodepath(Inkscape::NodePath::Path *) -{ +{ // TODO this method should not exist at all! } |
