mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-11 06:00:39 +01:00
Made requests for bug reports consistently go to feedback@audacityteam.org and compile issues go to "Compling Audacity" board on the Forum rather than going to -devel. Removed some related code cruft.
This commit is contained in:
@@ -3556,10 +3556,8 @@ void AudacityProject::PopState(TrackList * l)
|
||||
ODComputeSummaryTask* computeTask;
|
||||
Track* copyTrack;
|
||||
|
||||
while (t) {
|
||||
// printf("Popping track with %d samples\n",
|
||||
// ((WaveTrack *)t)->numSamples);
|
||||
// ((WaveTrack *)t)->Debug();
|
||||
while (t)
|
||||
{
|
||||
copyTrack=t->Duplicate();
|
||||
mTracks->Add(copyTrack);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user