summaryrefslogtreecommitdiffstats
path: root/src/effects/effectchain.h
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2014-11-11 22:01:50 +0100
committerDaniel Schürmann <daschuer@mixxx.org>2014-11-11 22:01:50 +0100
commit784a34531d5630661a8c3b9f34e5d4765a588fbd (patch)
treefd787fe72f74ef95ccfc805722beedfea1a6d66a /src/effects/effectchain.h
parentbf476934704a0005c6313a81123c7bdec0743602 (diff)
Introduced EffectChain::removeEffect()
Diffstat (limited to 'src/effects/effectchain.h')
-rw-r--r--src/effects/effectchain.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/effects/effectchain.h b/src/effects/effectchain.h
index f51335bdb5..a23266a19b 100644
--- a/src/effects/effectchain.h
+++ b/src/effects/effectchain.h
@@ -86,6 +86,7 @@ class EffectChain : public QObject {
void addEffect(Effect* pEffect);
void replaceEffect(unsigned int effectSlotNumber, Effect* pEffect);
+ void removeEffect(unsigned int effectSlotNumber);
const QList<Effect*>& effects() const;
unsigned int numEffects() const;