1
0
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:
v.audacity
2012-07-11 22:22:32 +00:00
parent c3a504390b
commit 586dc82365

View File

@@ -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