1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-24 17:41:13 +01:00

AudacityProject.cpp does not need gIsQuitting from AudacityApp.h

This commit is contained in:
Paul Licameli
2019-04-25 23:59:42 -04:00
parent 4a4f8ebe4e
commit d4b0fd1b83
4 changed files with 51 additions and 33 deletions

View File

@@ -44,8 +44,6 @@ void SaveWindowSize();
void QuitAudacity(bool bForce);
void QuitAudacity();
extern bool gIsQuitting;
class AliasBlockFile;
class AudacityApp final : public wxApp {