mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-04 07:40:12 +01:00
Getting rid of some warnings...mostly unused parms
This commit is contained in:
@@ -587,7 +587,7 @@ void ModuleManager::DeleteInstance(const PluginID & providerID,
|
||||
mDynModules[providerID]->DeleteInstance(instance);
|
||||
}
|
||||
|
||||
bool ModuleManager::IsProviderValid(const PluginID & providerID,
|
||||
bool ModuleManager::IsProviderValid(const PluginID & WXUNUSED(providerID),
|
||||
const wxString & path)
|
||||
{
|
||||
// Builtin modules do not have a path
|
||||
|
||||
Reference in New Issue
Block a user