From b63d5bddefcbd5afb1a119c82bc1527db3842d31 Mon Sep 17 00:00:00 2001 From: Andrey Kiselev Date: Thu, 16 Mar 2006 12:23:02 +0000 Subject: [PATCH] Removed decalration for _TIFFSetDefaultCompressionState(). --- libtiff/tif_open.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libtiff/tif_open.c b/libtiff/tif_open.c index dbd715f5..8746053f 100644 --- a/libtiff/tif_open.c +++ b/libtiff/tif_open.c @@ -1,4 +1,4 @@ -/* $Id: tif_open.c,v 1.30 2005-12-21 12:23:13 joris Exp $ */ +/* $Id: tif_open.c,v 1.31 2006-03-16 12:23:02 dron Exp $ */ /* * Copyright (c) 1988-1997 Sam Leffler @@ -29,8 +29,6 @@ */ #include "tiffiop.h" -void _TIFFSetDefaultCompressionState(TIFF* tif); - static const long typemask[13] = { (long)0L, /* TIFF_NOTYPE */ (long)0x000000ffL, /* TIFF_BYTE */