1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-21 08:27:13 +01:00

Remove a disabled EXPERIMENTAL and associated code...

... which referred to other functions that no longer exist
This commit is contained in:
Paul Licameli
2019-06-02 13:27:56 -04:00
parent c6a7f7c59f
commit 96ad9c9b00
5 changed files with 0 additions and 31 deletions

View File

@@ -1530,13 +1530,6 @@ bool AudacityApp::OnInit()
HelpActions::DoHelpWelcome(*project);
}
// JKC 10-Sep-2007: Enable monitoring from the start.
// (recommended by lprod.org).
// Monitoring stops again after any
// PLAY or RECORD completes.
// So we also call StartMonitoring when STOP is called.
project->MayStartMonitoring();
#ifdef USE_FFMPEG
FFmpegStartup();
#endif