From b8dc2101224b356abb72bbb3827f242aa65ba304 Mon Sep 17 00:00:00 2001 From: "v.audacity" Date: Mon, 28 Mar 2011 01:03:45 +0000 Subject: [PATCH] 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. --- src/AudacityApp.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/AudacityApp.h b/src/AudacityApp.h index 13f952621..74834535c 100644 --- a/src/AudacityApp.h +++ b/src/AudacityApp.h @@ -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);