From 29e38d620fc7a7518241fc9fe6f3b2499a544da9 Mon Sep 17 00:00:00 2001 From: Christophe Grenier Date: Fri, 20 Feb 2009 14:06:47 +0100 Subject: [PATCH] TIFF: remove redundant define --- src/file_tiff.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/file_tiff.c b/src/file_tiff.c index 06730972..cf3496f2 100644 --- a/src/file_tiff.c +++ b/src/file_tiff.c @@ -56,7 +56,6 @@ const file_hint_t file_hint_tiff= { static const unsigned char tiff_header_be[4]= { 'M','M',0x00, 0x2a}; static const unsigned char tiff_header_le[4]= { 'I','I',0x2a, 0x00}; -#define TIFFTAG_MAKE 271 /* scanner manufacturer name */ static const char *find_tag_from_tiff_header(const TIFFHeader *tiff, const unsigned int tiff_size, const unsigned int tag) {