summaryrefslogtreecommitdiffstats
path: root/src/effects/effectchainslot.cpp
diff options
context:
space:
mode:
authorBe <be@mixxx.org>2020-05-05 14:26:19 -0500
committerBe <be@mixxx.org>2020-05-05 14:32:02 -0500
commit2df64dc0e20dac8b92beac1dabfbc01ec79a3b3c (patch)
tree93b57bec21d145d2ce42aa5e2706363111701477 /src/effects/effectchainslot.cpp
parent1d9d60a38dbb43564f43fa5d6d2f56669464cf42 (diff)
EffectChainSlot: remove loadEffectWithDefaults method
EffectSlot is now exclusively responsible for loading effects.
Diffstat (limited to 'src/effects/effectchainslot.cpp')
-rw-r--r--src/effects/effectchainslot.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/effects/effectchainslot.cpp b/src/effects/effectchainslot.cpp
index 2a01146b76..d12d3f6384 100644
--- a/src/effects/effectchainslot.cpp
+++ b/src/effects/effectchainslot.cpp
@@ -186,12 +186,6 @@ void EffectChainSlot::setPresetName(const QString& name) {
emit nameChanged(name);
}
-void EffectChainSlot::loadEffectWithDefaults(
- const unsigned int iEffectSlotNumber,
- const EffectManifestPointer pManifest) {
- m_effectSlots[iEffectSlotNumber]->loadEffectWithDefaults(pManifest);
-}
-
void EffectChainSlot::loadChainPreset(EffectChainPresetPointer pPreset) {
VERIFY_OR_DEBUG_ASSERT(pPreset) {
return;