summaryrefslogtreecommitdiff
path: root/libtiff/tif_tile.c
diff options
context:
space:
mode:
Diffstat (limited to 'libtiff/tif_tile.c')
-rw-r--r--libtiff/tif_tile.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/libtiff/tif_tile.c b/libtiff/tif_tile.c
index 058be9f7..87bc6c3b 100644
--- a/libtiff/tif_tile.c
+++ b/libtiff/tif_tile.c
@@ -135,9 +135,6 @@ TIFFNumberOfTiles(TIFF* tif)
return (ntiles);
}
-/*
- * Compute the # bytes in each row of a tile.
- */
uint64_t
TIFFTileRowSize64(TIFF* tif)
{
@@ -245,9 +242,6 @@ TIFFVTileSize(TIFF* tif, uint32_t nrows)
return _TIFFCastUInt64ToSSize(tif, m, module);
}
-/*
- * Compute the # bytes in a row-aligned tile.
- */
uint64_t
TIFFTileSize64(TIFF* tif)
{
@@ -262,12 +256,6 @@ TIFFTileSize(TIFF* tif)
return _TIFFCastUInt64ToSSize(tif, m, module);
}
-/*
- * Compute a default tile size based on the image
- * characteristics and a requested value. If a
- * request is <1 then we choose a size according
- * to certain heuristics.
- */
void
TIFFDefaultTileSize(TIFF* tif, uint32_t* tw, uint32_t* th)
{