| 319 | //----------------------------------------------------------------------------- |
| 320 | |
| 321 | void SFXSound::onRemove() |
| 322 | { |
| 323 | SFXProfile* profile = getProfile(); |
| 324 | if( profile != NULL ) |
| 325 | profile->getChangedSignal().remove( this, &SFXSound::_onProfileChanged ); |
| 326 | |
| 327 | Parent::onRemove(); |
| 328 | } |
| 329 | |
| 330 | //----------------------------------------------------------------------------- |
| 331 |