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