Remove unused function
authorSøren Sandmann Pedersen <sandmann@redhat.com>
Thu, 30 Jul 2009 14:45:18 +0000 (10:45 -0400)
committerSøren Sandmann Pedersen <sandmann@redhat.com>
Sat, 8 Aug 2009 20:52:38 +0000 (16:52 -0400)
pixman/pixman-bits-image.c

index 18c8c41..00d9e57 100644 (file)
@@ -124,12 +124,6 @@ bits_image_fetch_pixel_alpha (bits_image_t *image, int x, int y)
 }
 
 static force_inline uint32_t
-bits_image_fetch_pixel (bits_image_t *image, int x, int y)
-{
-    return image->fetch_pixel_32 (image, x, y);
-}
-
-static force_inline uint32_t
 get_pixel (bits_image_t *image, int x, int y)
 {
     return image->fetch_pixel_32 (image, x, y);