diff --git a/freeglut/freeglut/src/gles_stubs.c b/freeglut/freeglut/src/gles_stubs.c index 703e7d2..bf2726c 100644 --- a/freeglut/freeglut/src/gles_stubs.c +++ b/freeglut/freeglut/src/gles_stubs.c @@ -43,6 +43,3 @@ int glutBitmapHeight( void* font ) {} GLfloat glutStrokeHeight( void* font ) {} void glutBitmapString( void* font, const unsigned char *string ) {} void glutStrokeString( void* font, const unsigned char *string ) {} - -void glutWireTeapot( double size ){} -void glutSolidTeapot( double size ){}