From d8a44ff9323e7e3524686fd07d7defe7469a8b88 Mon Sep 17 00:00:00 2001 From: Alexei Podtelezhnikov Date: Sat, 26 Sep 2015 22:33:55 -0400 Subject: [PATCH] Remove unused macro. --- src/smooth/ftgrays.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/smooth/ftgrays.c b/src/smooth/ftgrays.c index b6b0230e0..0244716e7 100644 --- a/src/smooth/ftgrays.c +++ b/src/smooth/ftgrays.c @@ -317,7 +317,6 @@ typedef ptrdiff_t FT_PtrDist; #undef SCALED #define ONE_PIXEL ( 1L << PIXEL_BITS ) -#define PIXEL_MASK ( -1L << PIXEL_BITS ) #define TRUNC( x ) ( (TCoord)( (x) >> PIXEL_BITS ) ) #define SUBPIXELS( x ) ( (TPos)(x) << PIXEL_BITS ) #define FLOOR( x ) ( (x) & -ONE_PIXEL )