aboutsummaryrefslogtreecommitdiff
path: root/mesalib/src/mesa/program/program_parse_extra.c
diff options
context:
space:
mode:
Diffstat (limited to 'mesalib/src/mesa/program/program_parse_extra.c')
-rw-r--r--mesalib/src/mesa/program/program_parse_extra.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/mesalib/src/mesa/program/program_parse_extra.c b/mesalib/src/mesa/program/program_parse_extra.c
index e8e1912eb..a9e364045 100644
--- a/mesalib/src/mesa/program/program_parse_extra.c
+++ b/mesalib/src/mesa/program/program_parse_extra.c
@@ -256,15 +256,6 @@ _mesa_ARBfp_parse_option(struct asm_parser_state *state, const char *option)
return 1;
}
}
- } else if (strncmp(option, "MESA_", 5) == 0) {
- option += 5;
-
- if (strcmp(option, "texture_array") == 0) {
- if (state->ctx->Extensions.MESA_texture_array) {
- state->option.TexArray = 1;
- return 1;
- }
- }
}
return 0;