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
|
|
@ -1 +1 @@
|
||||||
Subproject commit 9eb75b5bad2525a387bcf1c1d773f897c35ef372
|
Subproject commit 3548df85d7efdcc0b3b63448c04a8b76dd15eed2
|
||||||
|
|
@ -26,7 +26,7 @@ private:
|
||||||
gin::TriggeredScope scope { wtProc.scopeFifo };
|
gin::TriggeredScope scope { wtProc.scopeFifo };
|
||||||
gin::SynthesiserUsage usage { wtProc };
|
gin::SynthesiserUsage usage { wtProc };
|
||||||
gin::ModulationOverview modOverview { wtProc.modMatrix };
|
gin::ModulationOverview modOverview { wtProc.modMatrix };
|
||||||
gin::ModOverlay modOverlay { wtProc.modMatrix };
|
gin::ModOverlay modOverlay;
|
||||||
|
|
||||||
Editor editor { wtProc };
|
Editor editor { wtProc };
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue