From 560427667006f01ad9146fa07185924d4f3a08d6 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Wed, 13 Oct 2010 15:56:12 +1000 Subject: r600g: the vs/ps const arrays weren't actually being used. completely removed them. --- src/gallium/drivers/r600/r600_pipe.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/gallium/drivers/r600/r600_pipe.h') diff --git a/src/gallium/drivers/r600/r600_pipe.h b/src/gallium/drivers/r600/r600_pipe.h index 6ce1f969522..87317867696 100644 --- a/src/gallium/drivers/r600/r600_pipe.h +++ b/src/gallium/drivers/r600/r600_pipe.h @@ -125,8 +125,6 @@ struct r600_pipe_context { struct pipe_clip_state clip; unsigned vs_nconst; unsigned ps_nconst; - struct r600_pipe_state *vs_const; - struct r600_pipe_state *ps_const; struct r600_pipe_state *vs_resource; struct r600_pipe_state *ps_resource; struct r600_pipe_state config; -- cgit v1.2.3