remove unused SWAP macro.
This commit is contained in:
5
pdf_g4.c
5
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 <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;
|
||||
|
||||
Reference in New Issue
Block a user