1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-08 08:01:19 +02:00

Remove unused AudioIoCallback::mAudioCallbackClockTime

This commit is contained in:
Paul Licameli 2020-12-25 17:58:01 -05:00
parent 7b513ce0c4
commit bf6d94ce57
2 changed files with 0 additions and 6 deletions

View File

@ -3681,9 +3681,6 @@ void AudioIoCallback::ComputeMidiTimings(
// later, mStartTime - mSystemMinusAudioTime will tell us latency // later, mStartTime - mSystemMinusAudioTime will tell us latency
} }
/* GSW: Save timeInfo in case MidiPlayback needs it */
mAudioCallbackClockTime = PaUtil_GetTime();
/* for Linux, estimate a smooth audio time as a slowly-changing /* for Linux, estimate a smooth audio time as a slowly-changing
offset from system time */ offset from system time */
// rnow is system time as a double to simplify math // rnow is system time as a double to simplify math

View File

@ -337,9 +337,6 @@ public:
// These fields are used to synchronize MIDI with audio: // These fields are used to synchronize MIDI with audio:
/// PortAudio's clock time
volatile double mAudioCallbackClockTime;
/// Number of frames output, including pauses /// Number of frames output, including pauses
volatile long mNumFrames; volatile long mNumFrames;
/// How many frames of zeros were output due to pauses? /// How many frames of zeros were output due to pauses?