mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-17 00:07:54 +01:00
CommitRecording out of ControlToolBar
This commit is contained in:
@@ -1521,12 +1521,6 @@ void ControlToolBar::StopScrolling()
|
||||
(ProjectWindow::PlaybackScroller::Mode::Off);
|
||||
}
|
||||
|
||||
void ControlToolBar::CommitRecording()
|
||||
{
|
||||
const auto project = &mProject;
|
||||
TrackList::Get( *project ).ApplyPendingTracks();
|
||||
}
|
||||
|
||||
void ControlToolBar::CancelRecording()
|
||||
{
|
||||
const auto project = &mProject;
|
||||
|
||||
Reference in New Issue
Block a user