aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_blit.h
diff options
context:
space:
mode:
authorOliver McFadden <[email protected]>2012-09-11 11:10:55 +0300
committerOliver McFadden <[email protected]>2012-09-15 12:57:46 +0300
commite9ccb5fe52f1ff22eb8f6ac6ff0f4414b712e2e6 (patch)
tree20a90b9c3690db8ecc560997aab64e59264539af /src/mesa/state_tracker/st_cb_blit.h
parentd05d5d9a919f429b9d03c76d779b5b9a102cc11d (diff)
mesa: remove FEATURE_EXT_framebuffer_blit define.
Signed-off-by: Oliver McFadden <[email protected]> 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.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mesa/state_tracker/st_cb_blit.h b/src/mesa/state_tracker/st_cb_blit.h
index c6d9a367955..eb6089e4747 100644
--- a/src/mesa/state_tracker/st_cb_blit.h
+++ b/src/mesa/state_tracker/st_cb_blit.h
@@ -42,18 +42,8 @@ st_init_blit(struct st_context *st);
extern void
st_destroy_blit(struct st_context *st);
-#if FEATURE_EXT_framebuffer_blit
-
extern void
st_init_blit_functions(struct dd_function_table *functions);
-#else
-
-static INLINE void
-st_init_blit_functions(struct dd_function_table *functions)
-{
-}
-
-#endif /* FEATURE_EXT_framebuffer_blit */
#endif /* ST_CB_BLIT_H */