mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-06 07:09:39 +02:00
Don't compile unused static function
This commit is contained in:
parent
412e4955af
commit
f9f95471b5
@ -102,6 +102,7 @@ static void CopyEntry(wxString path, wxConfigBase *src, wxConfigBase *dst, wxStr
|
||||
}
|
||||
}
|
||||
|
||||
#if 0
|
||||
// Recursive routine to copy all groups and entries from one wxConfig object to another
|
||||
static void CopyEntriesRecursive(wxString path, wxConfigBase *src, wxConfigBase *dst)
|
||||
{
|
||||
@ -128,6 +129,7 @@ static void CopyEntriesRecursive(wxString path, wxConfigBase *src, wxConfigBase
|
||||
groupKeepGoing = src->GetNextGroup(groupName, groupIndex);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
void InitPreferences()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user