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

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