From b28031d57e27c37e47e244157cd59409cd51c269 Mon Sep 17 00:00:00 2001 From: Michal Krol Date: Wed, 27 Oct 2004 17:36:23 +0000 Subject: [PATCH] remove unused entries --- src/mesa/shader/shaderobjects.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/mesa/shader/shaderobjects.h b/src/mesa/shader/shaderobjects.h index 9e36321..f1cb1b1 100644 --- a/src/mesa/shader/shaderobjects.h +++ b/src/mesa/shader/shaderobjects.h @@ -28,15 +28,8 @@ #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); -- 2.7.4