mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-31 22:23:54 +01:00
Remove now-redundant wxLogNull declaration for __WXMAC__.
This commit is contained in:
@@ -77,9 +77,6 @@ void LoadModule(wxString fname)
|
||||
wxLogNull logNo; // Don't show wxWidgets Error if cannot load within this method. (Fix bug 544.)
|
||||
|
||||
tModuleInit mainFn = NULL;
|
||||
#if defined(__WXMAC__)
|
||||
wxLogNull logNo;
|
||||
#endif
|
||||
|
||||
// As a courtesy to some modules that might be bridges to
|
||||
// open other modules, we set the current working
|
||||
|
||||
Reference in New Issue
Block a user