| 363 | //----------------------------------------------------------------------------- |
| 364 | |
| 365 | void SceneObject::removeFromScene() |
| 366 | { |
| 367 | if( !mSceneManager ) |
| 368 | return; |
| 369 | |
| 370 | mSceneManager->removeObjectFromScene( this ); |
| 371 | } |
| 372 | |
| 373 | //----------------------------------------------------------------------------- |
| 374 |
nothing calls this directly
no test coverage detected