Remove glutWireTeapot/glutSolidTeapot from gles_stubs because these are conditionaly compiled already

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1203 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
beuc 2012-03-23 19:01:05 +00:00
parent 2e4ec574ff
commit 6fa04424fe

View File

@ -43,6 +43,3 @@ int glutBitmapHeight( void* font ) {}
GLfloat glutStrokeHeight( void* font ) {} GLfloat glutStrokeHeight( void* font ) {}
void glutBitmapString( void* font, const unsigned char *string ) {} void glutBitmapString( void* font, const unsigned char *string ) {}
void glutStrokeString( void* font, const unsigned char *string ) {} void glutStrokeString( void* font, const unsigned char *string ) {}
void glutWireTeapot( double size ){}
void glutSolidTeapot( double size ){}