-------------------------------------------------------------------------------
| 318 | |
| 319 | //------------------------------------------------------------------------------- |
| 320 | void vtkRemoteSession::PruneUnusedObjects() |
| 321 | { |
| 322 | return vtkSessionPruneUnusedObjects(this->Session); |
| 323 | } |
| 324 | |
| 325 | //------------------------------------------------------------------------------- |
| 326 | void vtkRemoteSession::PruneUnusedStates() |
nothing calls this directly
no test coverage detected