From: Søren Sandmann Pedersen Date: Thu, 4 Jun 2009 10:02:32 +0000 (-0400) Subject: Remove unused pixmanFetchGradient() declaration X-Git-Tag: 1.0_branch~1051 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9dfaa6365f247c1fefb84805ecf850deebb05193;p=profile%2Fivi%2Fpixman.git Remove unused pixmanFetchGradient() declaration --- diff --git a/pixman/pixman-private.h b/pixman/pixman-private.h index 4a5de59..6876c44 100644 --- a/pixman/pixman-private.h +++ b/pixman/pixman-private.h @@ -211,8 +211,6 @@ storeProc64 pixman_storeProcForPicture64_accessors (bits_image_t *); void pixman_expand(uint64_t *dst, const uint32_t *src, pixman_format_code_t, int width); void pixman_contract(uint32_t *dst, const uint64_t *src, int width); -void pixmanFetchGradient (gradient_t *, int x, int y, int width, - uint32_t *buffer, uint32_t *mask, uint32_t maskBits); void _pixman_image_get_scanline_64_generic (pixman_image_t * pict, int x, int y, int width, uint64_t *buffer, uint64_t *mask, uint32_t maskBits);