From ea9f5f43ee77d3b0483c583fb1ddbc3e28a77a13 Mon Sep 17 00:00:00 2001 From: "Liam P. White" Date: Sun, 14 Sep 2014 13:46:13 -0400 Subject: Warnings cleanup; formatting (bzr r13341.1.206) --- src/live_effects/effect.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/live_effects/effect.cpp') 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*/) { } -- cgit v1.2.3