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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user