mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-23 07:29:46 +02:00
remove unused commented variables (fragment of patch from Maarten Baert)
This commit is contained in:
parent
f09d3a8aaf
commit
9e452d66e9
@ -137,8 +137,6 @@ class AUDACITY_DLL_API Mixer {
|
||||
double mT0; // Start time
|
||||
double mT1; // Stop time (none if mT0==mT1)
|
||||
double mTime; // Current time (renamed from mT to mTime for consistency with AudioIO - mT represented warped time there)
|
||||
// double mWarpedTime; // current time after warping, starting at zero (unlike mTime)
|
||||
// double mWarpedLength; // total length after warping
|
||||
Resample **mResample;
|
||||
float **mSampleQueue;
|
||||
int *mQueueStart;
|
||||
|
Loading…
x
Reference in New Issue
Block a user