| 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 | { |
no outgoing calls
no test coverage detected