From 384846b38cfb5e1895ae49c40adbf72a85b63d95 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Sun, 19 Aug 2012 13:45:21 -0400 Subject: [PATCH] Remove pointless declaration of _pixman_image_get_scanline_generic_64() 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 file changed, 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; -- 2.7.4