From: Brian Date: Thu, 14 Dec 2006 22:47:34 +0000 (-0700) Subject: Remove some moved extern decls. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cc6a141dc16f9e56355c87e533c71965d7ea6f48;p=mesa.git Remove some moved extern decls. --- diff --git a/src/mesa/shader/program.h b/src/mesa/shader/program.h index 34485776e9e..73f52389289 100644 --- a/src/mesa/shader/program.h +++ b/src/mesa/shader/program.h @@ -83,26 +83,11 @@ _mesa_delete_program(GLcontext *ctx, struct gl_program *prog); extern struct gl_program * _mesa_lookup_program(GLcontext *ctx, GLuint id); -extern struct prog_instruction * -_mesa_alloc_instructions(GLuint numInst); - -extern struct prog_instruction * -_mesa_realloc_instructions(struct prog_instruction *oldInst, - GLuint numOldInst, GLuint numNewInst); extern struct gl_program * _mesa_clone_program(GLcontext *ctx, const struct gl_program *prog); - - -extern void -_mesa_print_program(const struct gl_program *prog); - -extern void -_mesa_print_program_parameters(GLcontext *ctx, const struct gl_program *prog); - - /* * API functions common to ARB/NV_vertex/fragment_program */