From 3e39b566ee2aaa414b95b0dae98cc5971c399359 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Tue, 23 Jun 2009 07:34:17 -0400 Subject: [PATCH] Remove unused typedefs. --- pixman/pixman-private.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pixman/pixman-private.h b/pixman/pixman-private.h index 3ac27a2..501139f 100644 --- a/pixman/pixman-private.h +++ b/pixman/pixman-private.h @@ -29,16 +29,12 @@ typedef struct circle circle_t; typedef void (*fetchProc32) (bits_image_t *pict, int x, int y, int width, uint32_t *buffer); -typedef uint32_t (*fetchPixelProc32) (bits_image_t *pict, - int offset, int line); typedef void (*storeProc32) (pixman_image_t *, uint32_t *bits, const uint32_t *values, int x, int width); typedef void (*fetchProc64) (bits_image_t *pict, int x, int y, int width, uint64_t *buffer); -typedef uint64_t (*fetchPixelProc64) (bits_image_t *pict, - int offset, int line); typedef void (*storeProc64) (pixman_image_t *, uint32_t *bits, const uint64_t *values, int x, int width); -- 2.7.4