[965] Remove dead code in upload_wm_surfaces.

This commit is contained in:
Eric Anholt 2007-12-07 15:20:00 -08:00
parent e34a183d87
commit 3ecdae82d7

View file

@ -196,11 +196,8 @@ static void upload_wm_surfaces(struct brw_context *brw )
{
GLcontext *ctx = &brw->intel.ctx;
struct intel_context *intel = &brw->intel;
struct brw_surface_binding_table bind;
GLuint i;
memcpy(&bind, &brw->wm.bind, sizeof(bind));
{
struct brw_surface_state surf;
struct intel_region *region = brw->state.draw_region;