diff options
author | Brian <[email protected]> | 2006-12-14 15:47:34 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2006-12-14 15:47:34 -0700 |
commit | cc6a141dc16f9e56355c87e533c71965d7ea6f48 (patch) | |
tree | 9d5ce6aa0f745f1e4b1e519a32afed2eb8031a87 /src/mesa/shader/program.h | |
parent | 464b82b1e690b5ab690bd1673251e5b4edf69a62 (diff) |
Remove some moved extern decls.
Diffstat (limited to 'src/mesa/shader/program.h')
-rw-r--r-- | src/mesa/shader/program.h | 15 |
1 files changed, 0 insertions, 15 deletions
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 */ |