aboutsummaryrefslogtreecommitdiff
path: root/src/UI
diff options
context:
space:
mode:
Diffstat (limited to 'src/UI')
-rw-r--r--src/UI/PluginEditor.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/UI/PluginEditor.h b/src/UI/PluginEditor.h
index 9e40c78..ad42bf8 100644
--- a/src/UI/PluginEditor.h
+++ b/src/UI/PluginEditor.h
@@ -14,8 +14,6 @@ class SchroederReverbAudioProcessorEditor final : public juce::AudioProcessorEdi
void resized() override;
private:
- // This reference is provided as a quick way for your editor to
- // access the processor object that created it.
SchroederReverbAudioProcessor& processorRef;
juce::Slider mixSlider;
juce::AudioParameterFloat* mixParam = nullptr;