1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-09-23 15:41:09 +02:00

remove unused commented variables (fragment of patch from Maarten Baert)

This commit is contained in:
RichardAsh1981@gmail.com 2012-12-29 16:13:33 +00:00
parent f09d3a8aaf
commit 9e452d66e9

View File

@ -137,8 +137,6 @@ class AUDACITY_DLL_API Mixer {
double mT0; // Start time double mT0; // Start time
double mT1; // Stop time (none if mT0==mT1) 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 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; Resample **mResample;
float **mSampleQueue; float **mSampleQueue;
int *mQueueStart; int *mQueueStart;