Skip to content

Commit

Permalink
Remove useless #define
Browse files Browse the repository at this point in the history
  • Loading branch information
nwnk committed Jan 21, 2009
1 parent 50bca6d commit 423d0a2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/bitmap/bitscale.c
Original file line number Diff line number Diff line change
Expand Up @@ -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, },
Expand Down

0 comments on commit 423d0a2

Please # to comment.