summaryrefslogtreecommitdiff
path: root/libtiff/tif_strip.c
diff options
context:
space:
mode:
authorAndrey Kiselev <dron@ak4719.spb.edu>2006-03-15 12:49:15 +0000
committerAndrey Kiselev <dron@ak4719.spb.edu>2006-03-15 12:49:15 +0000
commitc40ed030dec7449cda60364becbc4617afe240a7 (patch)
tree877b19860a7c94af938a9f6c55391d8e49dd71b8 /libtiff/tif_strip.c
parentbc5c02bfb2a8ac24a2da6a409699dfbc58c99635 (diff)
downloadlibtiff-git-c40ed030dec7449cda60364becbc4617afe240a7.tar.gz
Removed STRIP_SIZE_DEFAULT macro definition.
Diffstat (limited to 'libtiff/tif_strip.c')
-rw-r--r--libtiff/tif_strip.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/libtiff/tif_strip.c b/libtiff/tif_strip.c
index 1a702459..ce5a5ac0 100644
--- a/libtiff/tif_strip.c
+++ b/libtiff/tif_strip.c
@@ -1,4 +1,4 @@
-/* $Id: tif_strip.c,v 1.15 2006-02-27 14:09:35 dron Exp $ */
+/* $Id: tif_strip.c,v 1.16 2006-03-15 12:49:15 dron Exp $ */
/*
* Copyright (c) 1991-1997 Sam Leffler
@@ -199,9 +199,6 @@ TIFFDefaultStripSize(TIFF* tif, uint32 request)
return (*tif->tif_defstripsize)(tif, request);
}
-#ifndef STRIP_SIZE_DEFAULT
-# define STRIP_SIZE_DEFAULT 8192
-#endif
uint32
_TIFFDefaultStripSize(TIFF* tif, uint32 s)
{
@@ -217,7 +214,6 @@ _TIFFDefaultStripSize(TIFF* tif, uint32 s)
}
return (s);
}
-#undef STRIP_SIZE_DEFAULT
/*
* Return the number of bytes to read/write in a call to