summaryrefslogtreecommitdiffstats
path: root/src/effects/effectchainslot.cpp
diff options
context:
space:
mode:
authorBe <be@mixxx.org>2020-05-02 00:07:11 -0500
committerBe <be@mixxx.org>2020-05-02 00:07:23 -0500
commitddcf004a5f08f32afa9395530af8523b37703f99 (patch)
tree74b4507545e8a383fcea9b6e6275223eb78e3926 /src/effects/effectchainslot.cpp
parentb2788d3ad7510cc0994357476f184005b69c5831 (diff)
EffectChainSlot: remove unused code
EffectChainSlot no longer needs access to the EffectsBackendManager now that the effect loading process has been cleaned up.
Diffstat (limited to 'src/effects/effectchainslot.cpp')
-rw-r--r--src/effects/effectchainslot.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/effects/effectchainslot.cpp b/src/effects/effectchainslot.cpp
index 07676a0ff2..60281fbe5e 100644
--- a/src/effects/effectchainslot.cpp
+++ b/src/effects/effectchainslot.cpp
@@ -3,8 +3,6 @@
#include "control/controlencoder.h"
#include "control/controlpotmeter.h"
#include "control/controlpushbutton.h"
-#include "effects/backends/effectprocessor.h"
-#include "effects/backends/effectsbackendmanager.h"
#include "effects/effectslot.h"
#include "effects/effectsmanager.h"
#include "effects/effectsmessenger.h"
@@ -25,7 +23,6 @@ EffectChainSlot::EffectChainSlot(const QString& group,
: // The control group names are 1-indexed while internally everything
// is 0-indexed.
m_pEffectsManager(pEffectsManager),
- m_pBackendManager(pEffectsManager->getBackendManager()),
m_pChainPresetManager(pEffectsManager->getChainPresetManager()),
m_pMessenger(pEffectsMessenger),
m_group(group),