summaryrefslogtreecommitdiffstats
path: root/src/effects/effectchain.h
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2014-11-10 00:14:59 +0100
committerDaniel Schürmann <daschuer@mixxx.org>2014-11-10 00:58:10 +0100
commitb144b14d8d975a32ebd9b0a1b48901c28c5b732d (patch)
treec4b8efc6b14891761f9737b17c8a2c043e307dd1 /src/effects/effectchain.h
parenta41dde22c7a570d4f4330d355599fe7b7b3d300e (diff)
delete replaced effect, delete effects in EffectChain::~EffectChain() and removed unused EffectChain::removeEffect()
Diffstat (limited to 'src/effects/effectchain.h')
-rw-r--r--src/effects/effectchain.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/effects/effectchain.h b/src/effects/effectchain.h
index 4d0e44725f..f51335bdb5 100644
--- a/src/effects/effectchain.h
+++ b/src/effects/effectchain.h
@@ -85,7 +85,6 @@ class EffectChain : public QObject {
void setInsertionType(InsertionType type);
void addEffect(Effect* pEffect);
- void removeEffect(Effect* pEffect);
void replaceEffect(unsigned int effectSlotNumber, Effect* pEffect);
const QList<Effect*>& effects() const;
unsigned int numEffects() const;