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

Revert "Bug 1823: Better interaction of undo and record..."

This reverts commit 1e8aba968d, reversing
changes made to 6e75ae58ac.
This commit is contained in:
Paul Licameli
2018-01-14 21:27:41 -05:00
parent 1e8aba968d
commit 950898dcb9
7 changed files with 67 additions and 89 deletions

View File

@@ -2782,10 +2782,6 @@ void AudioIO::StopStream()
}
} );
}
AudacityProject *p = GetActiveProject();
ControlToolBar *bar = p->GetControlToolBar();
bar->CommitRecording();
}
}