1
0
mirror of synced 2026-03-09 12:31:40 +00:00

remove unused SWAP macro.

This commit is contained in:
Eric Smith
2003-03-12 07:38:57 +00:00
parent a6d0df742a
commit 181e12efc9

View File

@@ -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 <eric@brouhaha.com>
*
* 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;