diff --git a/src/Mix.h b/src/Mix.h index bb66c3b1a..adf6307d6 100644 --- a/src/Mix.h +++ b/src/Mix.h @@ -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;