From 9dfaa6365f247c1fefb84805ecf850deebb05193 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Thu, 4 Jun 2009 06:02:32 -0400 Subject: [PATCH] Remove unused pixmanFetchGradient() declaration --- pixman/pixman-private.h | 2 -- 1 file changed, 2 deletions(-) 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); -- 2.7.4