st/mesa: remove unused var
authorBrian Paul <brianp@vmware.com>
Fri, 21 May 2010 20:57:06 +0000 (14:57 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 21 May 2010 20:57:06 +0000 (14:57 -0600)
src/mesa/state_tracker/st_cb_blit.c

index fb7b48a7bf642423b0717ec66ed0e43448e761f0..d7c086f5698ce37e4429afd8cedb92f42b8b19a8 100644 (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);