remove unused entries
authorMichal Krol <mjkrol@gmail.org>
Wed, 27 Oct 2004 17:36:23 +0000 (17:36 +0000)
committerMichal Krol <mjkrol@gmail.org>
Wed, 27 Oct 2004 17:36:23 +0000 (17:36 +0000)
src/mesa/shader/shaderobjects.h

index 9e36321..f1cb1b1 100644 (file)
 
 #include "mtypes.h"
 
-extern void 
-_mesa_delete_object( GLcontext *ctx, union gl_object_p obj);
-
-extern GLboolean
-_mesa_use_program_object( GLcontext *ctx, struct gl_program_object *pobj );
-
 #if _HAVE_FULL_GL
 
-
 extern void GLAPIENTRY
 _mesa_DeleteObjectARB(GLhandleARB obj);