diff options
author | marha <marha@users.sourceforge.net> | 2012-08-21 07:55:46 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-08-21 07:55:46 +0200 |
commit | 1bf52245e51f23656a3520056b440a633ea5a61b (patch) | |
tree | 4e175b2e2a4a843e101d582ba996eaef336f90fc /pixman | |
parent | 0f140f539691e1657d8ea0fcbcca2d5947574406 (diff) | |
parent | 7cd970786d72a68b735f33904bdded6c8aebdf33 (diff) | |
download | vcxsrv-1bf52245e51f23656a3520056b440a633ea5a61b.tar.gz vcxsrv-1bf52245e51f23656a3520056b440a633ea5a61b.tar.bz2 vcxsrv-1bf52245e51f23656a3520056b440a633ea5a61b.zip |
Merge remote-tracking branch 'origin/released'
Diffstat (limited to 'pixman')
-rw-r--r-- | pixman/pixman/pixman-bits-image.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pixman/pixman/pixman-bits-image.c b/pixman/pixman/pixman-bits-image.c index b6c8630f4..c69e1518b 100644 --- a/pixman/pixman/pixman-bits-image.c +++ b/pixman/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; |