Remove unused vars

This commit is contained in:
Roland Rabien 2023-09-24 07:17:39 -07:00
commit beda6ab94b
2 changed files with 0 additions and 5 deletions

View file

@ -36,8 +36,5 @@ private:
DelayBox delay { proc };
ReverbBox reverb { proc };
gin::BoxArea lfoBox;
gin::BoxArea effects;
gin::Layout layout { *this };
};