From: Søren Sandmann Pedersen Date: Sun, 21 Jun 2009 22:51:36 +0000 (-0400) Subject: Delete unused WRITE_ACCESS() macro X-Git-Tag: 1.0_branch~1024 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=76aa72e8cac12400ac8f635b81642335b0d27310;p=profile%2Fivi%2Fpixman.git Delete unused WRITE_ACCESS() macro --- diff --git a/pixman/pixman-image.c b/pixman/pixman-image.c index 02efe61..fcab468 100644 --- a/pixman/pixman-image.c +++ b/pixman/pixman-image.c @@ -164,8 +164,6 @@ _pixman_image_get_fetcher (pixman_image_t *image, return image->common.get_scanline_32; } -#define WRITE_ACCESS(f) ((image->common.write_func)? f##_accessors : f) - static void image_property_changed (pixman_image_t *image) {