projects
/
platform
/
upstream
/
pixman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da00105
)
Remove unused pixmanFetchGradient() declaration
author
Søren Sandmann Pedersen
<sandmann@redhat.com>
Thu, 4 Jun 2009 10:02:32 +0000
(06:02 -0400)
committer
Søren Sandmann Pedersen
<sandmann@redhat.com>
Fri, 19 Jun 2009 16:09:58 +0000
(12:09 -0400)
pixman/pixman-private.h
patch
|
blob
|
history
diff --git
a/pixman/pixman-private.h
b/pixman/pixman-private.h
index
4a5de59
..
6876c44
100644
(file)
--- 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);