glsl: Garbage collect old prototype for ir_to_mesa.

This commit is contained in:
Eric Anholt 2010-08-18 12:04:43 -07:00
parent 850c659044
commit e271384219

View file

@ -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 */