From 9371e75baf0241df9545900d761ff705e622f1eb Mon Sep 17 00:00:00 2001 From: Roland Rabien Date: Sat, 10 Jan 2026 17:43:51 -0800 Subject: [PATCH] Remove unused var --- modules/gin | 2 +- plugin/Source/PluginEditor.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/gin b/modules/gin index 9eb75b5..3548df8 160000 --- a/modules/gin +++ b/modules/gin @@ -1 +1 @@ -Subproject commit 9eb75b5bad2525a387bcf1c1d773f897c35ef372 +Subproject commit 3548df85d7efdcc0b3b63448c04a8b76dd15eed2 diff --git a/plugin/Source/PluginEditor.h b/plugin/Source/PluginEditor.h index 9883e17..ca002be 100644 --- a/plugin/Source/PluginEditor.h +++ b/plugin/Source/PluginEditor.h @@ -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 };