diff options
| author | Liam P. White <inkscapebrony@gmail.com> | 2014-09-14 17:46:13 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebrony@gmail.com> | 2014-09-14 17:46:13 +0000 |
| commit | ea9f5f43ee77d3b0483c583fb1ddbc3e28a77a13 (patch) | |
| tree | c50cd528e7ab3006510bab0f4f624ce6906f9f4a /src/live_effects/effect.cpp | |
| parent | Small cleanup (diff) | |
| download | inkscape-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.cpp | 4 |
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*/) { } |
