st/mesa: remove unused var

This commit is contained in:
Brian Paul 2010-05-21 14:57:06 -06:00
parent 83adf8c3a4
commit 0a2e963ce3
1 changed files with 0 additions and 1 deletions

View File

@ -70,7 +70,6 @@ st_BlitFramebuffer(GLcontext *ctx,
const GLbitfield depthStencil = (GL_DEPTH_BUFFER_BIT |
GL_STENCIL_BUFFER_BIT);
struct st_context *st = st_context(ctx);
struct pipe_context *pipe = st->pipe;
const uint pFilter = ((filter == GL_NEAREST)
? PIPE_TEX_MIPFILTER_NEAREST
: PIPE_TEX_MIPFILTER_LINEAR);