summaryrefslogtreecommitdiff
path: root/libtiff/tif_close.c
diff options
context:
space:
mode:
Diffstat (limited to 'libtiff/tif_close.c')
-rw-r--r--libtiff/tif_close.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/libtiff/tif_close.c b/libtiff/tif_close.c
index 04977bc7..d3bcccb1 100644
--- a/libtiff/tif_close.c
+++ b/libtiff/tif_close.c
@@ -32,15 +32,6 @@
/* TIFFCleanup() */
/************************************************************************/
-/**
- * Auxiliary function to free the TIFF structure. Given structure will be
- * completely freed, so you should save opened file handle and pointer
- * to the close procedure in external variables before calling
- * _TIFFCleanup(), if you will need these ones to close the file.
- *
- * @param tif A TIFF pointer.
- */
-
void
TIFFCleanup(TIFF* tif)
{
@@ -112,16 +103,6 @@ TIFFCleanup(TIFF* tif)
/* TIFFClose() */
/************************************************************************/
-/**
- * Close a previously opened TIFF file.
- *
- * TIFFClose closes a file that was previously opened with TIFFOpen().
- * Any buffered data are flushed to the file, including the contents of
- * the current directory (if modified); and all resources are reclaimed.
- *
- * @param tif A TIFF pointer.
- */
-
void
TIFFClose(TIFF* tif)
{