X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=include%2FGL%2Ffreeglut_std.h;h=9fded35658d9ae65dd227b6e1ee1d0f94d552199;hb=6f3bd48bd40bdc0777208aea2dcfd954c7b3a915;hp=fc0cb80c31c224df10a34d3dec1f4cdd8e447d45;hpb=18bf83a00e2af9d24ee171b70ec345b70fc661f0;p=freeglut diff --git a/include/GL/freeglut_std.h b/include/GL/freeglut_std.h index fc0cb80..9fded35 100644 --- a/include/GL/freeglut_std.h +++ b/include/GL/freeglut_std.h @@ -559,10 +559,8 @@ FGAPI void FGAPIENTRY glutSolidIcosahedron( void ); * Teapot rendering functions, found in freeglut_teapot.c * NB: front facing polygons have clockwise winding, not counter clockwise */ -#ifndef EGL_VERSION_1_0 FGAPI void FGAPIENTRY glutWireTeapot( double size ); FGAPI void FGAPIENTRY glutSolidTeapot( double size ); -#endif /* * Game mode functions, see freeglut_gamemode.c