1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 17:30:17 +01:00

Remove old duplicate test for end of MIDI playback...

... which, anyway, had errors introduced into it (realTime mistakenly used as a
duration)
This commit is contained in:
Paul Licameli
2020-12-26 12:22:33 -05:00
parent e47245bd8c
commit e4eea36d0a
3 changed files with 0 additions and 40 deletions

View File

@@ -436,10 +436,6 @@ protected:
// playback ring buffers, during usual straight or looping play
void TrackTimeUpdate(double realElapsed);
// Convert a nonnegative real duration to an increment of track time
// relative to mT0.
double TrackDuration(double realElapsed) const;
// Convert time between mT0 and argument to real duration, according to
// time track if one is given; result is always nonnegative
double RealDuration(double trackTime1) const;