mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-24 06:10:09 +01:00
patch to remove some unused member variables by Leland Lucius
This commit is contained in:
@@ -541,7 +541,6 @@ AudioIO::AudioIO()
|
||||
|
||||
mStreamToken = 0;
|
||||
mStopStreamCount = 0;
|
||||
mTempFloats = new float[65536]; // TODO: out channels * PortAudio buffer size
|
||||
|
||||
mLastPaError = paNoError;
|
||||
|
||||
@@ -635,7 +634,6 @@ AudioIO::~AudioIO()
|
||||
if(mSilentBuf)
|
||||
DeleteSamples(mSilentBuf);
|
||||
|
||||
delete [] mTempFloats;
|
||||
delete mThread;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user