mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-01 06:33:53 +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.)
|
wxLogNull logNo; // Don't show wxWidgets Error if cannot load within this method. (Fix bug 544.)
|
||||||
|
|
||||||
tModuleInit mainFn = NULL;
|
tModuleInit mainFn = NULL;
|
||||||
#if defined(__WXMAC__)
|
|
||||||
wxLogNull logNo;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// As a courtesy to some modules that might be bridges to
|
// As a courtesy to some modules that might be bridges to
|
||||||
// open other modules, we set the current working
|
// open other modules, we set the current working
|
||||||
|
|||||||
Reference in New Issue
Block a user