summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600/r600_pipe.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2010-10-13 15:56:12 +1000
committerDave Airlie <airlied@redhat.com>2010-10-13 15:56:12 +1000
commit560427667006f01ad9146fa07185924d4f3a08d6 (patch)
treef0a7b882ccbc081377265e162ee55f694c35d4c3 /src/gallium/drivers/r600/r600_pipe.h
parentd59498b78041b8a7a046ac2c892e7a1896f59ca2 (diff)
r600g: the vs/ps const arrays weren't actually being used.
completely removed them.
Diffstat (limited to 'src/gallium/drivers/r600/r600_pipe.h')
-rw-r--r--src/gallium/drivers/r600/r600_pipe.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.h b/src/gallium/drivers/r600/r600_pipe.h
index 6ce1f96952..8731786769 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;