intel: Fix unused variable warning.
authorEric Anholt <eric@anholt.net>
Mon, 1 Aug 2011 23:06:59 +0000 (16:06 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 2 Aug 2011 20:33:49 +0000 (13:33 -0700)
src/mesa/drivers/dri/intel/intel_fbo.c

index e48d6ef9cbd5c6abfec2537045869c1a8eff56ca..65ad621e770833b274d4abdbaa66b1703a29cdef 100644 (file)
@@ -596,7 +596,6 @@ intel_renderbuffer_set_draw_offset(struct intel_renderbuffer *irb,
                                   struct intel_texture_image *intel_image,
                                   int zoffset)
 {
-   struct intel_mipmap_tree *mt = intel_image->mt;
    unsigned int dst_x, dst_y;
 
    /* compute offset of the particular 2D image within the texture region */