diff options
author | Eric Anholt <eric@anholt.net> | 2010-08-18 12:04:43 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2010-08-18 14:16:07 -0700 |
commit | e271384219ebc1f9e8afb63b20256f9d56102592 (patch) | |
tree | 42a50e2f160ce97853cd1154dde05db71c4e0ca6 | |
parent | 850c659044d081c53713800cacf8d518fae6cd70 (diff) |
glsl: Garbage collect old prototype for ir_to_mesa.
-rw-r--r-- | src/glsl/glsl_parser_extras.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/glsl/glsl_parser_extras.h b/src/glsl/glsl_parser_extras.h index 3b53ba07f6..9e3cac26e2 100644 --- a/src/glsl/glsl_parser_extras.h +++ b/src/glsl/glsl_parser_extras.h @@ -209,6 +209,4 @@ extern bool _mesa_glsl_process_extension(const char *name, YYLTYPE *name_locp, extern const char * _mesa_glsl_shader_target_name(enum _mesa_glsl_parser_targets target); -void do_ir_to_mesa(exec_list *instructions); - #endif /* GLSL_PARSER_EXTRAS_H */ |