mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 16:37:12 +01:00
just some cleanups on FIXMEs and unused method parameters
This commit is contained in:
@@ -737,7 +737,7 @@ void AudacityApp::OnMacOpenFile(wxCommandEvent & event)
|
||||
while (ofqueue.GetCount()) {
|
||||
wxString name(ofqueue[0]);
|
||||
ofqueue.RemoveAt(0);
|
||||
MRUOpen(name); // FIXME: Check the return result?
|
||||
wxASSERT(MRUOpen(name)); // FIXME: Check the return result? Meantime, assert it so failure shows in debug build.
|
||||
}
|
||||
}
|
||||
#endif //__WXMAC__
|
||||
|
||||
Reference in New Issue
Block a user