Skip to content

Commit 33d5330

Browse files
committed
Remove TestableExport and destructor from AudioNode
1 parent b11dc1d commit 33d5330

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

Source/Processors/AudioNode/AudioNode.h

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
#define __AUDIONODE_H_AF61F3C5__
2626

2727
#include "../../../JuceLibraryCode/JuceHeader.h"
28-
#include "../../TestableExport.h"
2928
#include <stdio.h>
3029

3130
#include "../Dsp/Dsp.h"
@@ -68,15 +67,12 @@ class Expander
6867
@see GenericProcessor, AudioEditor
6968
7069
*/
71-
class TESTABLE AudioNode : public GenericProcessor
70+
class AudioNode : public GenericProcessor
7271
{
7372
public:
7473
/** Constructor */
7574
AudioNode();
7675

77-
/** Destructor */
78-
~AudioNode() {}
79-
8076
/** Handle incoming data and decide which channels to monitor
8177
*/
8278
void process (AudioBuffer<float>& buffer) override;

0 commit comments

Comments
 (0)