summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2012-01-24 11:15:23 -0700
committerBrian Paul <brianp@vmware.com>2012-01-24 11:15:23 -0700
commit64cb0cae55a0f71a8f2feffc1c0067abc5e56a1a (patch)
tree9fe6ba53ecec268102aea1691f057100517cb68f /src/gallium/drivers/r600
parent873f3ae92e1d8a17ea228b38b4c20346d54ae045 (diff)
r600g: remove unused variable
Diffstat (limited to 'src/gallium/drivers/r600')
-rw-r--r--src/gallium/drivers/r600/r600_pipe.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.c b/src/gallium/drivers/r600/r600_pipe.c
index faa92cb8d3e..3d85160c14c 100644
--- a/src/gallium/drivers/r600/r600_pipe.c
+++ b/src/gallium/drivers/r600/r600_pipe.c
@@ -456,7 +456,6 @@ static float r600_get_paramf(struct pipe_screen* pscreen,
static int r600_get_shader_param(struct pipe_screen* pscreen, unsigned shader, enum pipe_shader_cap param)
{
- struct r600_screen *rscreen = (struct r600_screen *)pscreen;
switch(shader)
{
case PIPE_SHADER_FRAGMENT: