1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-21 16:37:12 +01:00

ProjectWindow does not depend on ProjectFileIO

This commit is contained in:
Paul Licameli
2019-06-05 07:23:08 -04:00
parent 2f9322e7f7
commit 236b188d6b
5 changed files with 56 additions and 55 deletions

View File

@@ -190,14 +190,4 @@ private:
void GetDefaultWindowRect(wxRect *defRect);
void GetNextWindowPlacement(wxRect *nextRect, bool *pMaximized, bool *pIconized);
// TitleRestorer restores project window titles to what they were, in its destructor.
class TitleRestorer{
public:
TitleRestorer(ProjectWindow * pWindow );
~TitleRestorer();
wxString sProjNumber;
wxString sProjName;
size_t UnnamedCount;
};
#endif