From: Brian Paul Date: Fri, 21 May 2010 20:57:06 +0000 (-0600) Subject: st/mesa: remove unused var X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0a2e963ce386de243279b2ae0fb3545a79414eb1;p=mesa.git st/mesa: remove unused var --- diff --git a/src/mesa/state_tracker/st_cb_blit.c b/src/mesa/state_tracker/st_cb_blit.c index fb7b48a7bf6..d7c086f5698 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);