diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-01-27 11:20:21 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-02-03 02:48:03 +0000 |
commit | c908d2773aea21692edcd1ea8aa9e11e9f5828b7 (patch) | |
tree | 1c71ff3a10b7408dc88dfe6dfcc0fa85471c107e /src | |
parent | 0be12a9f7c8cbc710660d29ec54328916cc41beb (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>
Diffstat (limited to 'src')
-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, |