diff options
| author | Brian Paul <brianp@vmware.com> | 2010-05-21 14:57:06 -0600 | 
|---|---|---|
| committer | Brian Paul <brianp@vmware.com> | 2010-05-21 14:57:06 -0600 | 
| commit | 0a2e963ce386de243279b2ae0fb3545a79414eb1 (patch) | |
| tree | 7e1ab88cf1da3f1b91520d3e6663614e48f68ac0 | |
| parent | 83adf8c3a4fd75b7877e1894f6f32a04a4d0bf06 (diff) | |
st/mesa: remove unused var
| -rw-r--r-- | src/mesa/state_tracker/st_cb_blit.c | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/src/mesa/state_tracker/st_cb_blit.c b/src/mesa/state_tracker/st_cb_blit.c index fb7b48a7bf..d7c086f569 100644 --- a/src/mesa/state_tracker/st_cb_blit.c +++ b/src/mesa/state_tracker/st_cb_blit.c @@ -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); | 
