summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <sandmann@redhat.com>2009-06-04 06:02:32 -0400
committerSøren Sandmann Pedersen <sandmann@redhat.com>2009-06-19 12:09:58 -0400
commit9dfaa6365f247c1fefb84805ecf850deebb05193 (patch)
treedbfea9ae0de081190732c29adb71d5f2255de77b
parentda001051d876051763dc0bc1a90d58ec7ca31e96 (diff)
Remove unused pixmanFetchGradient() declaration
-rw-r--r--pixman/pixman-private.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/pixman/pixman-private.h b/pixman/pixman-private.h
index 4a5de59c..6876c443 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);