| 301 | } |
| 302 | |
| 303 | void CAmbientSoundPattern::OnCancel() { |
| 304 | // Re-read old data |
| 305 | ReadAmbientData(); |
| 306 | |
| 307 | CDialog::OnCancel(); |
| 308 | } |
| 309 | |
| 310 | void CAmbientSoundPattern::OnOK() { |
| 311 | // Verify probabilities |
nothing calls this directly
no test coverage detected