From 586dc82365a67ce73bfdd201d000fbf97fd8d0eb Mon Sep 17 00:00:00 2001 From: "v.audacity" Date: Wed, 11 Jul 2012 22:22:32 +0000 Subject: [PATCH] Remove now-redundant wxLogNull declaration for __WXMAC__. --- src/LoadModules.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/LoadModules.cpp b/src/LoadModules.cpp index 701f674df..79da7896a 100644 --- a/src/LoadModules.cpp +++ b/src/LoadModules.cpp @@ -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