mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-11-04 16:14:00 +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