------------------------------------------------------------------------------ Stubbed out dummys
| 925 | //------------------------------------------------------------------------------ |
| 926 | // Stubbed out dummys |
| 927 | int vtkRenderWindowInteractor::InternalCreateTimer( |
| 928 | int vtkNotUsed(timerId), int vtkNotUsed(timerType), unsigned long vtkNotUsed(duration)) |
| 929 | { |
| 930 | return 0; |
| 931 | } |
| 932 | |
| 933 | //------------------------------------------------------------------------------ |
| 934 | int vtkRenderWindowInteractor::InternalDestroyTimer(int vtkNotUsed(platformTimerId)) |
no outgoing calls
no test coverage detected