From e2b5b05b3818f6a4ecf24dd0030e22784af22e22 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Sun, 21 Jun 2009 21:28:38 -0400 Subject: [PATCH] Delete obsolete comment --- pixman/pixman-private.h | 5 ----- 1 file changed, 5 deletions(-) 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 -- 2.7.4