Remove unused var

This commit is contained in:
Roland Rabien 2026-01-10 17:43:51 -08:00
commit 9371e75baf
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 9eb75b5bad2525a387bcf1c1d773f897c35ef372
Subproject commit 3548df85d7efdcc0b3b63448c04a8b76dd15eed2

View file

@ -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 };