MCPcopy Create free account
hub / github.com/amule-project/amule / DeleteGroup

Method DeleteGroup

src/CamuleFileConfig.h:70–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 }
69
70 bool DeleteGroup(const wxString& szKey) override
71 {
72 CCtypeAsciiScope scope;
73 return wxFileConfig::DeleteGroup(szKey);
74 }
75
76 bool RenameEntry(const wxString& oldName, const wxString& newName) override
77 {

Callers 2

SaveCatsMethod · 0.80
SetFileCommentRatingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected