1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-19 22:27:43 +02:00

Removed one TODO comment. Removing gone files from MRU list is already handled.

This commit is contained in:
james.k.crook@gmail.com 2013-09-29 12:24:57 +00:00
parent f2c3327058
commit 1b6f24337a

View File

@ -789,7 +789,6 @@ END_EVENT_TABLE()
// backend for OnMRUFile
// TODO: Would be nice to make this handle not opening a file with more panache.
// - Actually remove unfound files from the MRU list.
// - Inform the user if DefaultOpenPath not set.
// - Switch focus to correct instance of project window, if already open.
bool AudacityApp::MRUOpen(wxString fullPathStr) {