st/mesa: remove st_bind_framebuffer()
authorBrian Paul <brianp@vmware.com>
Mon, 21 Sep 2015 15:03:45 +0000 (09:03 -0600)
committerBrian Paul <brianp@vmware.com>
Tue, 22 Sep 2015 16:15:32 +0000 (10:15 -0600)
commit4a03066e5a23058d8cf5a3c34b889ec484c36034
treecdb0b2070203ea9ab20ec3e8a04160b2bdc8e592
parentb590ffd0f95bfe5ff7d44412e4916bba40630be9
st/mesa: remove st_bind_framebuffer()

The function was a no-op and if the ctx->Driver.BindFramebuffer pointer
is null, Mesa won't try to use it.

Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/state_tracker/st_cb_fbo.c