------------------------------------------------------------------------------
| 932 | |
| 933 | //------------------------------------------------------------------------------ |
| 934 | int vtkRenderWindowInteractor::InternalDestroyTimer(int vtkNotUsed(platformTimerId)) |
| 935 | { |
| 936 | return 0; |
| 937 | } |
| 938 | |
| 939 | //------------------------------------------------------------------------------ |
| 940 | // Translate from platformTimerId to the corresponding (VTK) timerId. |
no outgoing calls
no test coverage detected