diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/hello_world_gles.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/hello_world_gles.c b/tests/hello_world_gles.c index 1a8a2db6..2da85b6d 100644 --- a/tests/hello_world_gles.c +++ b/tests/hello_world_gles.c @@ -616,8 +616,6 @@ gears_idle(void) tRate0 = t; frames = 0; } - - glutIdleFunc (gears_idle); } static const char vertex_shader[] = |