| 630 | } |
| 631 | |
| 632 | bool SettingsWindow::containsSettingValue(const char* section, const char* key) const |
| 633 | { |
| 634 | if (m_sif) |
| 635 | return m_sif->ContainsValue(section, key); |
| 636 | else |
| 637 | return Host::ContainsBaseSettingValue(section, key); |
| 638 | } |
| 639 | |
| 640 | void SettingsWindow::removeSettingValue(const char* section, const char* key) |
| 641 | { |