Browse Source

Removed a defunct member variable

tags/2021-05-28
jules Joshua Gerrard 10 years ago
parent
commit
226eaa86f3
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      modules/juce_audio_utils/gui/juce_AudioVisualiserComponent.h

+ 0
- 1
modules/juce_audio_utils/gui/juce_AudioVisualiserComponent.h View File

@@ -123,7 +123,6 @@ private:
OwnedArray<ChannelInfo> channels; OwnedArray<ChannelInfo> channels;
int numSamples, inputSamplesPerBlock; int numSamples, inputSamplesPerBlock;
float interpolation;
Colour backgroundColour, waveformColour; Colour backgroundColour, waveformColour;
void timerCallback() override; void timerCallback() override;


Loading…
Cancel
Save