Skip to content

Commit

Permalink
fixup! new WEffectMetaKnob: knob that draws arc from dynamic default …
Browse files Browse the repository at this point in the history
…position
  • Loading branch information
ronso0 committed Apr 22, 2024
1 parent ce4146a commit ac544a0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/widget/weffectmetaknob.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ void WEffectMetaKnob::setup(const QDomNode& node, const SkinContext& context) {
void WEffectMetaKnob::effectChanged() {
EffectManifestPointer pManifest = nullptr;
if (m_pEffectSlot->isLoaded()) {
// get manifest
// get Meta default
pManifest = m_pEffectSlot->getManifest();
}

Expand Down

0 comments on commit ac544a0

Please sign in to comment.