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

Revert fix for bug 1119, which made bad dependency cycles

This reverts commit 4475dee373.
This reverts commit 18cbc2e574.
This commit is contained in:
Paul Licameli
2020-04-21 11:08:31 -04:00
parent 20ba353038
commit 3348e2fecd
6 changed files with 4 additions and 160 deletions

View File

@@ -24,10 +24,6 @@ Paul Licameli split from AudacityProject.cpp
#include "widgets/AudacityMessageBox.h"
#include "widgets/NumericTextCtrl.h"
#if defined(__WXMAC__)
#include "menus/WindowMenus.h"
#endif
static void RefreshAllTitles(bool bShowProjectNumbers )
{
for ( auto pProject : AllProjects{} ) {
@@ -136,11 +132,6 @@ void ProjectFileIO::SetProjectTitle( int number)
window.SetTitle( name );
window.SetName(name); // to make the nvda screen reader read the correct title
#if defined(__WXMAC__)
// Refresh the Window menu
WindowActions::Refresh();
#endif
}
// Most of this string was duplicated 3 places. Made the warning consistent in this global.