summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.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/effect.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/effect.cpp')
-rw-r--r--src/live_effects/effect.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp
index 11e5b5048..384873018 100644
--- a/src/live_effects/effect.cpp
+++ b/src/live_effects/effect.cpp
@@ -295,7 +295,7 @@ Effect::writeParamsToSVG() {
* your LPE. But don't forget to call the parent method so that done_pathparam_set is set to true!
*/
void
-Effect::acceptParamPath (SPPath *param_path) {
+Effect::acceptParamPath (SPPath */*param_path*/) {
done_pathparam_set = true;
}
@@ -460,7 +460,7 @@ Effect::addHelperPaths(SPLPEItem *lpeitem, SPDesktop *desktop)
}
void
-Effect::addHelperPathsImpl(SPLPEItem *lpeitem, SPDesktop *desktop)
+Effect::addHelperPathsImpl(SPLPEItem */*lpeitem*/, SPDesktop */*desktop*/)
{
// if this method is overloaded in derived classes, provides_own_flash_paths will be true
provides_own_flash_paths = false;