diff options
author | Kenneth Graunke <[email protected]> | 2012-10-14 15:39:04 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2012-10-16 11:24:34 -0700 |
commit | d711717b4a6aa01403108119ca65631aef87f72d (patch) | |
tree | f6d805fdcbd713325d7cd1e768742035745dff00 /src/mesa/program/prog_print.h | |
parent | 2254569bda5a0da139544e761d4a65c68c4de400 (diff) |
mesa: Remove prog_print support for NV programs.
Reviewed-by: Brian Paul <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/mesa/program/prog_print.h')
-rw-r--r-- | src/mesa/program/prog_print.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/program/prog_print.h b/src/mesa/program/prog_print.h index b95ec2be570..3e400eb46b8 100644 --- a/src/mesa/program/prog_print.h +++ b/src/mesa/program/prog_print.h @@ -42,7 +42,6 @@ struct prog_instruction; */ typedef enum { PROG_PRINT_ARB, - PROG_PRINT_NV, PROG_PRINT_DEBUG } gl_prog_print_mode; |