From: Søren Sandmann Pedersen Date: Mon, 22 Jun 2009 01:28:38 +0000 (-0400) Subject: Delete obsolete comment X-Git-Tag: 1.0_branch~1017 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e2b5b05b3818f6a4ecf24dd0030e22784af22e22;p=profile%2Fivi%2Fpixman.git Delete obsolete comment --- diff --git a/pixman/pixman-private.h b/pixman/pixman-private.h index d0aba91..07921b9 100644 --- a/pixman/pixman-private.h +++ b/pixman/pixman-private.h @@ -438,11 +438,6 @@ _pixman_gradient_walker_pixel (pixman_gradient_walker_t *walker, # define MAX(a,b) ((a > b)? a : b) #endif -/* FIXME: the (void)__read_func hides lots of warnings (which is what they - * are supposed to do), but some of them are real. For example the one - * where Fetch4 doesn't have a READ - */ - #ifdef PIXMAN_FB_ACCESSORS #define ACCESS(sym) sym##_accessors