Wed, 12 Mar 2003 07:38:57 +0000
remove unused SWAP macro.
pdf_g4.c | file | annotate | diff | revisions |
1.1 diff -r 26f7edf15ef4 -r 5916a95e2b92 pdf_g4.c 1.2 --- a/pdf_g4.c Wed Mar 12 06:57:46 2003 +0000 1.3 +++ b/pdf_g4.c Wed Mar 12 07:38:57 2003 +0000 1.4 @@ -4,7 +4,7 @@ 1.5 * will be compressed using ITU-T T.6 (G4) fax encoding. 1.6 * 1.7 * PDF routines 1.8 - * $Id: pdf_g4.c,v 1.9 2003/03/10 01:49:50 eric Exp $ 1.9 + * $Id: pdf_g4.c,v 1.10 2003/03/11 23:38:57 eric Exp $ 1.10 * Copyright 2003 Eric Smith <eric@brouhaha.com> 1.11 * 1.12 * This program is free software; you can redistribute it and/or modify 1.13 @@ -38,9 +38,6 @@ 1.14 #include "pdf_private.h" 1.15 1.16 1.17 -#define SWAP(type,a,b) do { type temp; temp = a; a = b; b = temp; } while (0) 1.18 - 1.19 - 1.20 struct pdf_g4_image 1.21 { 1.22 double width, height;