[Pixman] [PATCH] Remove pointless declaration of _pixman_image_get_scanline_generic_64()
Søren Sandmann
sandmann at cs.au.dk
Sun Aug 19 10:47:58 PDT 2012
From: Søren Sandmann Pedersen <ssp at redhat.com>
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 | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/pixman/pixman-bits-image.c b/pixman/pixman-bits-image.c
index b6c8630..c69e151 100644
--- a/pixman/pixman-bits-image.c
+++ b/pixman/pixman-bits-image.c
@@ -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;
--
1.7.4
More information about the Pixman
mailing list