remove unused SWAP macro.

Wed, 12 Mar 2003 07:38:57 +0000

author
eric
date
Wed, 12 Mar 2003 07:38:57 +0000
changeset 100
5916a95e2b92
parent 99
26f7edf15ef4
child 101
385a2f77a5d8

remove unused SWAP macro.

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