summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2008-04-25 14:10:02 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2008-04-25 14:20:25 +0100
commit4e46e6f52b88ca7df40a52cf994e6fe1e4b9870e (patch)
treebf53fe9e859621134cb44fdddec2550487e46282 /src
parent992d0b997f8f7e965e56852b81e01c290f8c13de (diff)
draw: remove unused vars
Diffstat (limited to 'src')
-rw-r--r--src/gallium/auxiliary/draw/draw_pipe_aaline.c2
-rw-r--r--src/gallium/auxiliary/draw/draw_pipe_pstipple.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/auxiliary/draw/draw_pipe_aaline.c b/src/gallium/auxiliary/draw/draw_pipe_aaline.c
index 0545dbc171..f05641dee6 100644
--- a/src/gallium/auxiliary/draw/draw_pipe_aaline.c
+++ b/src/gallium/auxiliary/draw/draw_pipe_aaline.c
@@ -815,7 +815,6 @@ aaline_bind_sampler_states(struct pipe_context *pipe,
unsigned num, void **sampler)
{
struct aaline_stage *aaline = aaline_stage_from_pipe(pipe);
- struct draw_context *draw = aaline->stage.draw;
/* save current */
memcpy(aaline->state.sampler, sampler, num * sizeof(void *));
@@ -831,7 +830,6 @@ aaline_set_sampler_textures(struct pipe_context *pipe,
unsigned num, struct pipe_texture **texture)
{
struct aaline_stage *aaline = aaline_stage_from_pipe(pipe);
- struct draw_context *draw = aaline->stage.draw;
uint i;
/* save current */
diff --git a/src/gallium/auxiliary/draw/draw_pipe_pstipple.c b/src/gallium/auxiliary/draw/draw_pipe_pstipple.c
index da303a13ad..d1d63d73be 100644
--- a/src/gallium/auxiliary/draw/draw_pipe_pstipple.c
+++ b/src/gallium/auxiliary/draw/draw_pipe_pstipple.c
@@ -667,7 +667,6 @@ pstip_set_sampler_textures(struct pipe_context *pipe,
unsigned num, struct pipe_texture **texture)
{
struct pstip_stage *pstip = pstip_stage_from_pipe(pipe);
- struct draw_context *draw = pstip->stage.draw;
uint i;
/* save current */
@@ -690,7 +689,6 @@ pstip_set_polygon_stipple(struct pipe_context *pipe,
const struct pipe_poly_stipple *stipple)
{
struct pstip_stage *pstip = pstip_stage_from_pipe(pipe);
- struct draw_context *draw = (struct draw_context *) pipe->draw;
/* save current */
pstip->state.stipple = stipple;