diff options
-rw-r--r-- | src/bitmap/bitscale.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/bitmap/bitscale.c b/src/bitmap/bitscale.c index b0d0be7..3f3c10e 100644 --- a/src/bitmap/bitscale.c +++ b/src/bitmap/bitscale.c @@ -41,10 +41,6 @@ from The Open Group. #include <X11/fonts/fontutil.h> #include <math.h> -#ifndef MAX -#define MAX(a,b) (((a)>(b)) ? a : b) -#endif - static void bitmapUnloadScalable (FontPtr pFont); static void ScaleBitmap ( FontPtr pFont, CharInfoPtr opci, CharInfoPtr pci, double *inv_xform, |