summaryrefslogtreecommitdiff
path: root/libtiff/tif_compress.c
diff options
context:
space:
mode:
Diffstat (limited to 'libtiff/tif_compress.c')
-rw-r--r--libtiff/tif_compress.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/libtiff/tif_compress.c b/libtiff/tif_compress.c
index 8fcedf45..0645c2b6 100644
--- a/libtiff/tif_compress.c
+++ b/libtiff/tif_compress.c
@@ -235,18 +235,6 @@ TIFFUnRegisterCODEC(TIFFCodec* c)
"Cannot remove compression scheme %s; not registered", c->name);
}
-/************************************************************************/
-/* TIFFGetConfisuredCODECs() */
-/************************************************************************/
-
-/**
- * Get list of configured codecs, both built-in and registered by user.
- * Caller is responsible to free this structure.
- *
- * @return returns array of TIFFCodec records (the last record should be NULL)
- * or NULL if function failed.
- */
-
TIFFCodec*
TIFFGetConfiguredCODECs()
{