diff options
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; |