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

Method DeleteEntry

src/AudacityFileConfig.cpp:250–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248}
249
250bool AudacityFileConfig::DeleteEntry(const wxString& key, bool bDeleteGroupIfEmpty)
251{
252 auto res = wxFileConfig::DeleteEntry(key, bDeleteGroupIfEmpty);
253 if (res)
254 {
255 mDirty = true;
256 }
257 return res;
258}
259
260bool AudacityFileConfig::DeleteGroup(const wxString& key)
261{

Callers 5

PopulatePreferencesFunction · 0.45
OnExitMethod · 0.45
WriteMethod · 0.45
OnImportDefaultsMethod · 0.45
CommitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected