diff options
author | Brian Paul <[email protected]> | 2005-11-05 20:18:18 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2005-11-05 20:18:18 +0000 |
commit | 30d6a4bffa9a24b2080d145c8823bf6b1b8cbee7 (patch) | |
tree | 169905b498e1074a1d8826a49d4630dace05db0f /src/mesa/shader/program_instruction.h | |
parent | 237dae74f72370523776a3c679b7170248326648 (diff) |
consolidate vertex/fragment program printing into _mesa_print_program()
Diffstat (limited to 'src/mesa/shader/program_instruction.h')
-rw-r--r-- | src/mesa/shader/program_instruction.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/shader/program_instruction.h b/src/mesa/shader/program_instruction.h index dbec622634c..07a22145faa 100644 --- a/src/mesa/shader/program_instruction.h +++ b/src/mesa/shader/program_instruction.h @@ -346,7 +346,5 @@ _mesa_num_inst_src_regs(enum prog_opcode opcode); extern const char * _mesa_opcode_string(enum prog_opcode opcode); -extern const char * -_mesa_program_file_string(enum register_file f); #endif /* PROG_INSTRUCTION_H */ |