1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-31 22:23:54 +01:00

Delete a quantity of unused variables, based on a patch supplied by Campbell Barton

This commit is contained in:
RichardAsh1981@gmail.com
2013-09-12 16:48:55 +00:00
parent c5f386da80
commit 2952017541
7 changed files with 4 additions and 24 deletions

View File

@@ -239,7 +239,7 @@ void ModuleManager::Initialize(CommandHandler &cmdHandler)
#ifdef EXPERIMENTAL_MODULE_PREFS
if( !IsAllowedModule( files[i] ) ) // don't try and check the in-date-ness before this as that means loading the module to call it's GetVersionString, which could do anything.
#endif EXPERIMENTAL_MODULE_PREFS
#endif
{
wxString ShortName = wxFileName( files[i] ).GetName();
wxString msg;