st/mesa: remove what is left from u_blit

Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
Marek Olšák
2013-02-14 14:30:59 +01:00
parent 40ee93c4e8
commit 07cdfdb708
6 changed files with 0 additions and 29 deletions

View File

@@ -35,13 +35,6 @@
struct dd_function_table;
struct st_context;
extern void
st_init_blit(struct st_context *st);
extern void
st_destroy_blit(struct st_context *st);
extern void
st_init_blit_functions(struct dd_function_table *functions);