simplified check for whether opengl 2.1+ context is requested.
[freeglut] / src / fg_geometry.c
index c74cac4..f9973fb 100644 (file)
@@ -872,7 +872,6 @@ void FGAPIENTRY glutWireSphere(GLdouble radius, GLint slices, GLint stacks)
                 x = cost1[i]*sint2[j];
                 y = sint1[i]*sint2[j];
                 z = cost2[j];
-                printf("j(%i):%1.3f\n",j,z);
 
                 glNormal3d(x,y,z);
                 glVertex3d(x*radius,y*radius,z*radius);