Remove nonexistant function from header
authorBenjamin Otte <otte@gnome.org>
Sun, 22 Nov 2009 03:34:01 +0000 (04:34 +0100)
committerBenjamin Otte <otte@gnome.org>
Sun, 22 Nov 2009 09:57:06 +0000 (10:57 +0100)
pixman/pixman-private.h

index 5000f91..c99f2a2 100644 (file)
@@ -254,10 +254,6 @@ _pixman_image_store_scanline_32 (bits_image_t *  image,
                                  int             y,
                                  int             width,
                                  const uint32_t *buffer);
-void
-_pixman_image_fetch_pixels (bits_image_t *image,
-                            uint32_t *    buffer,
-                            int           n_pixels);
 
 /* Even though the type of buffer is uint32_t *, the function
  * actually expects a uint64_t *buffer.