From 181e12efc907cabfe86801e5c44d4ec7d85c7dc0 Mon Sep 17 00:00:00 2001 From: Eric Smith Date: Wed, 12 Mar 2003 07:38:57 +0000 Subject: [PATCH] remove unused SWAP macro. --- pdf_g4.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pdf_g4.c b/pdf_g4.c index fdd051e..68e4b0e 100644 --- a/pdf_g4.c +++ b/pdf_g4.c @@ -4,7 +4,7 @@ * will be compressed using ITU-T T.6 (G4) fax encoding. * * PDF routines - * $Id: pdf_g4.c,v 1.9 2003/03/10 01:49:50 eric Exp $ + * $Id: pdf_g4.c,v 1.10 2003/03/11 23:38:57 eric Exp $ * Copyright 2003 Eric Smith * * This program is free software; you can redistribute it and/or modify @@ -38,9 +38,6 @@ #include "pdf_private.h" -#define SWAP(type,a,b) do { type temp; temp = a; a = b; b = temp; } while (0) - - struct pdf_g4_image { double width, height;