summaryrefslogtreecommitdiff
path: root/libtiff/tiffio.h
diff options
context:
space:
mode:
authorAndrey Kiselev <dron@ak4719.spb.edu>2007-07-04 14:04:47 +0000
committerAndrey Kiselev <dron@ak4719.spb.edu>2007-07-04 14:04:47 +0000
commitf3758c6b0e8c56b0e3d653a7636094fce3783814 (patch)
treea5e99a6a6e169ef8432dd74546d1544a1c244d4f /libtiff/tiffio.h
parenta26e2d13b6a69d68959739b5ef616c12f0373b8d (diff)
downloadlibtiff-git-f3758c6b0e8c56b0e3d653a7636094fce3783814.tar.gz
Unused TIFFReassignTagToIgnore() function and TIFFIgnoreSense enumeration
removed.
Diffstat (limited to 'libtiff/tiffio.h')
-rw-r--r--libtiff/tiffio.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libtiff/tiffio.h b/libtiff/tiffio.h
index 404b9bf1..54cfeaf9 100644
--- a/libtiff/tiffio.h
+++ b/libtiff/tiffio.h
@@ -1,4 +1,4 @@
-/* $Id: tiffio.h,v 1.73 2007-07-04 13:21:32 dron Exp $ */
+/* $Id: tiffio.h,v 1.74 2007-07-04 14:04:48 dron Exp $ */
/*
* Copyright (c) 1988-1997 Sam Leffler
@@ -425,7 +425,6 @@ extern int TIFFVSetField(TIFF*, uint32, va_list);
extern int TIFFWriteDirectory(TIFF *);
extern int TIFFCheckpointDirectory(TIFF *);
extern int TIFFRewriteDirectory(TIFF *);
-extern int TIFFReassignTagToIgnore(enum TIFFIgnoreSense, int);
#if defined(c_plusplus) || defined(__cplusplus)
extern void TIFFPrintDirectory(TIFF*, FILE*, long = 0);