summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-01-27 11:20:21 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-03 02:48:03 +0000
commitc908d2773aea21692edcd1ea8aa9e11e9f5828b7 (patch)
tree1c71ff3a10b7408dc88dfe6dfcc0fa85471c107e
parent0be12a9f7c8cbc710660d29ec54328916cc41beb (diff)
bitscale.c: remove unused MAX() macro
Code that used it was removed in commit 632a2e90a4b209facc Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--src/bitmap/bitscale.c4
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,