From 8ec744867c478bb298cd2107a5cf8b731becb38a Mon Sep 17 00:00:00 2001 From: hasufell Date: Fri, 16 May 2014 15:09:27 +0200 Subject: [PATCH] Remove obsolete usleep call in gl_draw.c --- src/gl_draw.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gl_draw.c b/src/gl_draw.c index 27758f2..91b27de 100644 --- a/src/gl_draw.c +++ b/src/gl_draw.c @@ -482,7 +482,6 @@ void animate() day = 0; } - usleep(30000); /* some very basic VScny to see the movement better */ glutPostRedisplay(); }