diff options
author | Marek Olšák <[email protected]> | 2013-02-14 14:30:59 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2013-02-18 17:57:41 +0100 |
commit | 07cdfdb708ac28aa487a738db30b128cb0df1dc3 (patch) | |
tree | c41f694ab4ebab69b9b93d58ed8d47164f988cd9 /src/mesa/state_tracker/st_cb_blit.h | |
parent | 40ee93c4e885f868af68381b0a8542b6439ae774 (diff) |
st/mesa: remove what is left from u_blit
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/state_tracker/st_cb_blit.h')
-rw-r--r-- | src/mesa/state_tracker/st_cb_blit.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mesa/state_tracker/st_cb_blit.h b/src/mesa/state_tracker/st_cb_blit.h index eb6089e4747..159c6ca8d5a 100644 --- a/src/mesa/state_tracker/st_cb_blit.h +++ b/src/mesa/state_tracker/st_cb_blit.h @@ -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); |