| 25 | // == Setting ===================================================================================== |
| 26 | |
| 27 | Setting::Setting() |
| 28 | { |
| 29 | } |
| 30 | |
| 31 | void Setting::Initialize(SettingType type_, void* data_, const char* name_, |
| 32 | const char* group_, const char* label_, const char* helpText_) |
nothing calls this directly
no outgoing calls
no test coverage detected