Remove a couple of unused variables
authorSøren Sandmann Pedersen <sandmann@redhat.com>
Wed, 22 Jul 2009 08:51:08 +0000 (04:51 -0400)
committerSøren Sandmann Pedersen <sandmann@redhat.com>
Fri, 24 Jul 2009 09:55:48 +0000 (05:55 -0400)
pixman/pixman-bits-image.c

index 2fd621f..b57299c 100644 (file)
@@ -527,14 +527,9 @@ bits_image_fetch_transformed (pixman_image_t * image,
     uint32_t tmp_buffer[2 * N_TMP_PIXELS];
     pixman_vector_t unit;
     pixman_vector_t v;
-    uint32_t *bits;
-    int32_t stride;
     int32_t *coords;
     int i;
 
-    bits = image->bits.bits;
-    stride = image->bits.rowstride;
-
     /* reference point is the center of the pixel */
     v.vector[0] = pixman_int_to_fixed (x) + pixman_fixed_1 / 2;
     v.vector[1] = pixman_int_to_fixed (y) + pixman_fixed_1 / 2;