summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_blitter.c
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2010-01-11 10:56:41 +0000
committerKeith Whitwell <keithw@vmware.com>2010-01-11 10:56:41 +0000
commitf9626ce10ed7cab2f7ebbe0285c4d90b93e6f099 (patch)
tree69e4c0192bd6cf7ade672f664de6930b8955b145 /src/gallium/auxiliary/util/u_blitter.c
parenteea6a7639f767b1d30b6ef1f91a9c49e3f3b78f0 (diff)
util/blitter: remove unused variable
Diffstat (limited to 'src/gallium/auxiliary/util/u_blitter.c')
-rw-r--r--src/gallium/auxiliary/util/u_blitter.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/util/u_blitter.c b/src/gallium/auxiliary/util/u_blitter.c
index c42e2dbece..eaa3f535a0 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);