mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +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 (reverb);
|
||||
|
||||
addAndMakeVisible (effects);
|
||||
|
||||
setupCallbacks();
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -36,8 +36,5 @@ private:
|
|||
DelayBox delay { proc };
|
||||
ReverbBox reverb { proc };
|
||||
|
||||
gin::BoxArea lfoBox;
|
||||
gin::BoxArea effects;
|
||||
|
||||
gin::Layout layout { *this };
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue