mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 14:00:47 +02:00
Remove unused vars
This commit is contained in:
parent
96b0cc97d7
commit
beda6ab94b
2 changed files with 0 additions and 5 deletions
|
|
@ -21,8 +21,6 @@ Editor::Editor (WavetableAudioProcessor& proc_)
|
||||||
addAndMakeVisible (delay);
|
addAndMakeVisible (delay);
|
||||||
addAndMakeVisible (reverb);
|
addAndMakeVisible (reverb);
|
||||||
|
|
||||||
addAndMakeVisible (effects);
|
|
||||||
|
|
||||||
setupCallbacks();
|
setupCallbacks();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -36,8 +36,5 @@ private:
|
||||||
DelayBox delay { proc };
|
DelayBox delay { proc };
|
||||||
ReverbBox reverb { proc };
|
ReverbBox reverb { proc };
|
||||||
|
|
||||||
gin::BoxArea lfoBox;
|
|
||||||
gin::BoxArea effects;
|
|
||||||
|
|
||||||
gin::Layout layout { *this };
|
gin::Layout layout { *this };
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue