1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-23 01:44:22 +00:00

Removed a defunct member variable

This commit is contained in:
jules 2015-10-31 16:57:34 +00:00 committed by Joshua Gerrard
parent 9ff92b8002
commit 226eaa86f3

View file

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