From 6fa04424fe4ed3a27c2f9b09141509b7ba11177b Mon Sep 17 00:00:00 2001 From: beuc Date: Fri, 23 Mar 2012 19:01:05 +0000 Subject: [PATCH] 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 --- freeglut/freeglut/src/gles_stubs.c | 3 --- 1 file changed, 3 deletions(-) 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 ){}