MCPcopy Create free account
hub / github.com/audacity/audacity / DeleteGroup

Method DeleteGroup

src/AudacityFileConfig.cpp:260–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258}
259
260bool AudacityFileConfig::DeleteGroup(const wxString& key)
261{
262 auto res = wxFileConfig::DeleteGroup(key);
263 if (res)
264 {
265 mDirty = true;
266 }
267 return res;
268}
269
270bool AudacityFileConfig::DeleteAll()
271{

Callers 2

PopulatePreferencesFunction · 0.45
OnSaveDefaultsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected