Skip to content

Commit

Permalink
Remove incorrect call
Browse files Browse the repository at this point in the history
  • Loading branch information
ywwg committed Dec 27, 2014
1 parent 35b9d49 commit 79eed5a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/effects/effectrack.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -348,13 +348,6 @@ bool EqualizerRack::loadEffectToGroup(const QString& group,
}

pChain->replaceEffect(0, pEffect);

// Force update the new effect to match the current superknob position.
EffectSlotPointer pEffectSlot = pChainSlot->getEffectSlot(0);
if (pEffectSlot) {
pEffectSlot->onChainSuperParameterChanged(
pChainSlot->getSuperParameter(), true);
}
return true;
}

Expand Down

0 comments on commit 79eed5a

Please sign in to comment.