Remove pointless declaration of _pixman_image_get_scanline_generic_64()
authorSøren Sandmann Pedersen <ssp@redhat.com>
Sun, 19 Aug 2012 17:45:21 +0000 (13:45 -0400)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Sun, 19 Aug 2012 17:45:21 +0000 (13:45 -0400)
This declaration used to be necessary when
_pixman_image_get_scanline_generic_64() referred to a structure that
itself referred back to _pixman_image_get_scanline_generic_64().

pixman/pixman-bits-image.c

index b6c8630..c69e151 100644 (file)
@@ -1123,10 +1123,6 @@ bits_image_fetch_untransformed_64 (pixman_iter_t * iter,
     return buffer;
 }
 
-static uint32_t *
-_pixman_image_get_scanline_generic_64 (pixman_iter_t   *iter,
-                                      const uint32_t * mask);
-
 typedef struct
 {
     pixman_format_code_t       format;