1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-19 17:11:12 +02:00

Bug 330 (P2) followup - Make missing aliased warnings 1 per project instead of 1 for all projects

This commit is contained in:
mchinen
2011-04-02 13:03:02 +00:00
parent bf7acb1970
commit 9a8b53c440
6 changed files with 61 additions and 65 deletions

View File

@@ -149,15 +149,6 @@ class AudacityApp:public wxApp {
*/
bool ShouldShowMissingAliasedFileWarning();
/** \brief Sets the wxDialog that is being displayed
* Used by the custom dialog warning constructor and destructor
*/
void SetMissingAliasFileDialog(wxDialog *dialog);
/** \brief returns a pointer to the wxDialog if it is displayed, NULL otherwise.
*/
wxDialog *GetMissingAliasFileDialog();
#ifdef __WXMAC__
// In response to Apple Events
virtual void MacOpenFile(const wxString &fileName) ;
@@ -220,7 +211,6 @@ class AudacityApp:public wxApp {
wxTimer *mTimer;
bool m_aliasMissingWarningShouldShow;
wxDialog *m_aliasMissingWarningDialog;
BlockFile *m_LastMissingBlockFile;
ODLock m_LastMissingBlockFileLock;