From 423d0a2c1dfad969f4a238618811937bc5f49776 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Sat, 27 Sep 2008 01:55:47 -0400 Subject: [PATCH] Remove useless #define --- src/bitmap/bitscale.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/bitmap/bitscale.c b/src/bitmap/bitscale.c index 63e4f37..91c0451 100644 --- a/src/bitmap/bitscale.c +++ b/src/bitmap/bitscale.c @@ -254,9 +254,6 @@ static fontProp fontPropTable[] = { { "_ADOBE_POSTSCRIPT_FONTNAME", 0, unscaled } }; -/* sleazy way to shut up the compiler */ -#define zerohack (enum scaleType)0 - static fontProp rawFontPropTable[] = { { "RAW_MIN_SPACE", 0, }, { "RAW_NORM_SPACE", 0, },