| 43 | } |
| 44 | |
| 45 | void Setting::SetReadOnly(bool readOnly) |
| 46 | { |
| 47 | /*Assert_(initialized); |
| 48 | TwHelper::SetReadOnly(tweakBar, name.c_str(), readOnly);*/ |
| 49 | } |
| 50 | |
| 51 | void Setting::SetEditable(bool editable) |
| 52 | { |
nothing calls this directly
no outgoing calls
no test coverage detected