Disable code

This commit is contained in:
Roland Rabien 2025-11-14 07:02:48 -08:00
commit 49ef84e93a

View file

@ -1,6 +1,8 @@
#include <JuceHeader.h>
#include "PluginProcessor.h"
#if 0
static void profile (juce::PropertiesFile& settings)
{
WavetableAudioProcessor proc;
@ -67,3 +69,5 @@ juce::JUCEApplicationBase* juce_CreateApplication()
return true;
});
}
#endif