Skip to content

Commit 49ef84e

Browse files
committed
Disable code
1 parent 0ad1096 commit 49ef84e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

plugin/Source/App.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#include <JuceHeader.h>
22
#include "PluginProcessor.h"
33

4+
#if 0
5+
46
static void profile (juce::PropertiesFile& settings)
57
{
68
WavetableAudioProcessor proc;
@@ -67,3 +69,5 @@ juce::JUCEApplicationBase* juce_CreateApplication()
6769
return true;
6870
});
6971
}
72+
73+
#endif

0 commit comments

Comments
 (0)