mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
Remove unused var
This commit is contained in:
parent
4977698b19
commit
9371e75baf
2 changed files with 2 additions and 2 deletions
|
|
@ -26,7 +26,7 @@ private:
|
|||
gin::TriggeredScope scope { wtProc.scopeFifo };
|
||||
gin::SynthesiserUsage usage { wtProc };
|
||||
gin::ModulationOverview modOverview { wtProc.modMatrix };
|
||||
gin::ModOverlay modOverlay { wtProc.modMatrix };
|
||||
gin::ModOverlay modOverlay;
|
||||
|
||||
Editor editor { wtProc };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue