From e17fc72e958e1ddee0b24e8a90ae9609e1e44391 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Wed, 13 May 2009 06:17:55 -0400 Subject: [PATCH] Remove unused CombineMask64 type --- pixman/pixman-private.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/pixman/pixman-private.h b/pixman/pixman-private.h index 072b0d2..0ef2ef2 100644 --- a/pixman/pixman-private.h +++ b/pixman/pixman-private.h @@ -160,7 +160,6 @@ typedef FASTCALL void (*storeProc32)(pixman_image_t *, uint32_t *bits, const uint32_t *values, int x, int width, const pixman_indexed_t *); -typedef FASTCALL void (*CombineMask64) (uint64_t *src, const uint64_t *mask, int width); typedef FASTCALL void (*CombineFunc64) (uint64_t *dest, const uint64_t *src, const uint64_t *mask, int width); typedef FASTCALL void (*fetchProc64)(bits_image_t *pict, int x, int y, int width, uint64_t *buffer); @@ -192,7 +191,6 @@ typedef struct _FbComposeFunctions32 { typedef struct _FbComposeFunctions64 { CombineFunc64 *combineU; CombineFunc64 *combineC; - CombineMask64 combineMaskU; } FbComposeFunctions64; extern FbComposeFunctions32 pixman_composeFunctions; -- 2.7.4