Remove unused typedefs.
authorSøren Sandmann Pedersen <sandmann@redhat.com>
Tue, 23 Jun 2009 11:34:17 +0000 (07:34 -0400)
committerSøren Sandmann Pedersen <sandmann@redhat.com>
Tue, 23 Jun 2009 18:00:22 +0000 (14:00 -0400)
pixman/pixman-private.h

index 3ac27a2..501139f 100644 (file)
@@ -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);