()
| 99 | #----------------------------------------------------------------------------- |
| 100 | |
| 101 | def glut_display(): |
| 102 | # Dummy display function |
| 103 | pass |
| 104 | |
| 105 | def glut_idle(): |
| 106 | # Dummy idle function |
nothing calls this directly
no outgoing calls
no test coverage detected