Remove some moved extern decls.
authorBrian <brian@yutani.localnet.net>
Thu, 14 Dec 2006 22:47:34 +0000 (15:47 -0700)
committerBrian <brian@yutani.localnet.net>
Thu, 14 Dec 2006 22:47:34 +0000 (15:47 -0700)
src/mesa/shader/program.h

index 34485776e9e9c16c96c1072add671ee879bed51f..73f5238928941a22c6e4f5e427394241fd4cc653 100644 (file)
@@ -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
  */