From: Keith Whitwell Date: Mon, 11 Jan 2010 10:56:41 +0000 (+0000) Subject: util/blitter: remove unused variable X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f9626ce10ed7cab2f7ebbe0285c4d90b93e6f099;p=mesa.git util/blitter: remove unused variable --- diff --git a/src/gallium/auxiliary/util/u_blitter.c b/src/gallium/auxiliary/util/u_blitter.c index c42e2dbece0..eaa3f535a07 100644 --- a/src/gallium/auxiliary/util/u_blitter.c +++ b/src/gallium/auxiliary/util/u_blitter.c @@ -664,7 +664,6 @@ static void util_blitter_overlap_copy(struct blitter_context *blitter, struct pipe_texture texTemp; struct pipe_texture *texture; struct pipe_surface *tex_surf; - uint level; /* check whether the states are properly saved */ blitter_check_saved_CSOs(ctx);