fixed warning

This commit is contained in:
Roland Rabien 2025-11-14 05:25:07 -08:00
commit a514a6de47
7 changed files with 1 additions and 6 deletions

View file

@ -26,7 +26,6 @@ public:
static constexpr int kNumPrograms = 0;
static constexpr int kNumInputs = 2;
static constexpr int kNumOutputs = 2;
static constexpr unsigned long kUniqueId = 'eerz'; //Change this to what the AU identity is!
DeRez2(audioMasterCallback audioMaster);
~DeRez2();