From 69e48e7220f018d874e85eea6962ec58b1feba87 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marek=20Ol=C5=A1=C3=A1k?= Date: Wed, 26 Oct 2011 15:52:32 +0200 Subject: [PATCH] r600g: remove redundant assignment of pipe_draw_info in draw_vbo --- src/gallium/drivers/r600/r600_state_common.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gallium/drivers/r600/r600_state_common.c b/src/gallium/drivers/r600/r600_state_common.c index 38efde3..f1d88e8 100644 --- a/src/gallium/drivers/r600/r600_state_common.c +++ b/src/gallium/drivers/r600/r600_state_common.c @@ -601,8 +601,6 @@ void r600_draw_vbo(struct pipe_context *ctx, const struct pipe_draw_info *dinfo) u_vbuf_draw_begin(rctx->vbuf_mgr, dinfo); r600_vertex_buffer_update(rctx); - info = *dinfo; - rdraw.vgt_num_indices = info.count; rdraw.vgt_num_instances = info.instance_count; -- 2.7.4