util/blitter: remove unused variable
authorKeith Whitwell <keithw@vmware.com>
Mon, 11 Jan 2010 10:56:41 +0000 (10:56 +0000)
committerKeith Whitwell <keithw@vmware.com>
Mon, 11 Jan 2010 10:56:41 +0000 (10:56 +0000)
src/gallium/auxiliary/util/u_blitter.c

index c42e2dbece0d344283bba0b39d1625feacafd8cd..eaa3f535a07b0412d89a60ac0e32d96b3766a0cb 100644 (file)
@@ -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);