diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/shader/shaderobjects.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mesa/shader/shaderobjects.h b/src/mesa/shader/shaderobjects.h index 9e3632167e6..f1cb1b1a901 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); |