mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Removed unused variable.
This commit is contained in:
parent
41152916c0
commit
392967f818
2 changed files with 0 additions and 2 deletions
|
|
@ -92,7 +92,6 @@ AudioDeviceManager::AudioDeviceManager()
|
|||
: numInputChansNeeded (0),
|
||||
numOutputChansNeeded (2),
|
||||
listNeedsScanning (true),
|
||||
useInputNames (false),
|
||||
inputLevel (0),
|
||||
testSoundPosition (0),
|
||||
cpuUsageMs (0),
|
||||
|
|
|
|||
|
|
@ -450,7 +450,6 @@ private:
|
|||
BigInteger inputChannels, outputChannels;
|
||||
ScopedPointer<XmlElement> lastExplicitSettings;
|
||||
mutable bool listNeedsScanning;
|
||||
bool useInputNames;
|
||||
Atomic<int> inputLevelMeasurementEnabledCount;
|
||||
double inputLevel;
|
||||
ScopedPointer<AudioSampleBuffer> testSound;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue