| 725 | } |
| 726 | |
| 727 | void Delete(HConfig config) |
| 728 | { |
| 729 | PluginsDestroy(config); |
| 730 | delete config; |
| 731 | } |
| 732 | |
| 733 | const char* GetString(HConfig config, const char* key, const char* default_value) |
| 734 | { |
nothing calls this directly
no test coverage detected