diff options
author | Matt Turner <[email protected]> | 2015-02-10 18:45:18 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2015-02-11 13:50:19 -0800 |
commit | 245c7848fc8e010a2b139a0eacd5cb652cef4ce3 (patch) | |
tree | 04060f2b4c78181978695251ed0f55dbc763fcdb /src/mesa/program/programopt.h | |
parent | 4c42e1116b552cca1ed667c20ae9ba966b580983 (diff) |
program: Remove _mesa_nop_vertex_program/_mesa_nop_fragment_program.
Dead since
commit 284ce20901b0c2cfab1d952cc129b8f3cd068f12
Author: Eric Anholt <[email protected]>
Date: Fri Aug 20 10:52:14 2010 -0700
Remove remnants of the old glsl compiler.
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/program/programopt.h')
-rw-r--r-- | src/mesa/program/programopt.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/program/programopt.h b/src/mesa/program/programopt.h index 93c00f74076..757421edfe1 100644 --- a/src/mesa/program/programopt.h +++ b/src/mesa/program/programopt.h @@ -51,12 +51,6 @@ _mesa_count_texture_instructions(struct gl_program *prog); extern void _mesa_remove_output_reads(struct gl_program *prog, gl_register_file type); -extern void -_mesa_nop_fragment_program(struct gl_context *ctx, struct gl_fragment_program *prog); - -extern void -_mesa_nop_vertex_program(struct gl_context *ctx, struct gl_vertex_program *prog); - #ifdef __cplusplus } |