X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=freeglut-1.3%2Ffreeglut_init.c;h=a1367b82d905bec95cf0ccf8796191d072a21813;hb=253d4391eda11ac537499d607130acd7d35a4411;hp=a03a1143698df902d7a07b0a87fc288e6ce3ebd8;hpb=63777dd6eeaa3dfecc205981e38fbc0daa6c9484;p=freeglut diff --git a/freeglut-1.3/freeglut_init.c b/freeglut-1.3/freeglut_init.c index a03a114..a1367b8 100644 --- a/freeglut-1.3/freeglut_init.c +++ b/freeglut-1.3/freeglut_init.c @@ -392,7 +392,6 @@ void FGAPIENTRY glutInit( int* pargc, char** argv ) #endif fgState.Time.Set = TRUE; - /* check if GLUT_FPS env var is set */ { const char *fps = getenv("GLUT_FPS");