1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-22 14:32:58 +02:00

patch to remove some unused member variables by Leland Lucius

This commit is contained in:
RichardAsh1981@gmail.com
2012-12-29 15:31:46 +00:00
parent dd8bc9cb93
commit f09d3a8aaf
2 changed files with 0 additions and 3 deletions

View File

@@ -504,7 +504,6 @@ private:
unsigned int mNumCaptureChannels;
unsigned int mNumPlaybackChannels;
sampleFormat mCaptureFormat;
float *mTempFloats;
int mLostSamples;
volatile bool mAudioThreadShouldCallFillBuffersOnce;
volatile bool mAudioThreadFillBuffersLoopRunning;