aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_blit.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2013-02-14 14:30:59 +0100
committerMarek Olšák <[email protected]>2013-02-18 17:57:41 +0100
commit07cdfdb708ac28aa487a738db30b128cb0df1dc3 (patch)
treec41f694ab4ebab69b9b93d58ed8d47164f988cd9 /src/mesa/state_tracker/st_cb_blit.h
parent40ee93c4e885f868af68381b0a8542b6439ae774 (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.h7
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);