1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-25 08:58:06 +02:00

Bug 137 (P3) - Unreliable project re-opening with orphaned and missing blockfile errors

More removal of AudacityApp::OnMRUProject() cruft. Change is to a comment only, so no impact on build.
This commit is contained in:
v.audacity 2011-03-28 01:03:45 +00:00
parent e5870de9be
commit b8dc210122

View File

@ -122,7 +122,6 @@ class AudacityApp:public wxApp {
// Most Recently Used File support (for all platforms).
void OnMRUClear(wxCommandEvent &event);
void OnMRUFile(wxCommandEvent &event);
// void OnMRUProject(wxCommandEvent &event);
// Backend for above - returns true for success, false for failure
bool MRUOpen(wxString fileName);