summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.cpp
diff options
context:
space:
mode:
authorLiam P. White <inkscapebrony@gmail.com>2014-09-14 17:46:13 +0000
committerLiam P. White <inkscapebrony@gmail.com>2014-09-14 17:46:13 +0000
commitea9f5f43ee77d3b0483c583fb1ddbc3e28a77a13 (patch)
treec50cd528e7ab3006510bab0f4f624ce6906f9f4a /src/live_effects/effect.cpp
parentSmall cleanup (diff)
downloadinkscape-ea9f5f43ee77d3b0483c583fb1ddbc3e28a77a13.tar.gz
inkscape-ea9f5f43ee77d3b0483c583fb1ddbc3e28a77a13.zip
Warnings cleanup; formatting
(bzr r13341.1.206)
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 895408707..3e3f8540a 100644
--- a/src/live_effects/effect.cpp
+++ b/src/live_effects/effect.cpp
@@ -407,11 +407,11 @@ Effect::doBeforeEffect (SPLPEItem const*/*lpeitem*/)
//Do nothing for simple effects
}
-void Effect::doAfterEffect (SPLPEItem const* lpeitem)
+void Effect::doAfterEffect (SPLPEItem const* /*lpeitem*/)
{
}
-void Effect::doOnRemove (SPLPEItem const* lpeitem)
+void Effect::doOnRemove (SPLPEItem const* /*lpeitem*/)
{
}