summaryrefslogtreecommitdiff
path: root/pngread.c
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2012-02-18 22:14:22 -0600
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2012-02-18 23:33:18 -0600
commitf9accb9df23b1c0bced6c7e74c8fbcc79f29138d (patch)
tree3588892452695ea884c8ff6c6387d75cd2a47c2a /pngread.c
parent7a4e497b6285b4ae8c669e33de287ed7df3c9b59 (diff)
downloadlibpng-f9accb9df23b1c0bced6c7e74c8fbcc79f29138d.tar.gz
[libpng15] Bump version to 1.5.10beta01
Diffstat (limited to 'pngread.c')
-rw-r--r--pngread.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/pngread.c b/pngread.c
index 0643754da..59789ea5c 100644
--- a/pngread.c
+++ b/pngread.c
@@ -67,15 +67,11 @@ png_create_read_struct_2,(png_const_charp user_png_ver, png_voidp error_ptr,
png_ptr->user_width_max = PNG_USER_WIDTH_MAX;
png_ptr->user_height_max = PNG_USER_HEIGHT_MAX;
-# ifdef PNG_USER_CHUNK_CACHE_MAX
/* Added at libpng-1.2.43 and 1.4.0 */
png_ptr->user_chunk_cache_max = PNG_USER_CHUNK_CACHE_MAX;
-# endif
-# ifdef PNG_SET_USER_CHUNK_MALLOC_MAX
/* Added at libpng-1.2.43 and 1.4.1 */
png_ptr->user_chunk_malloc_max = PNG_USER_CHUNK_MALLOC_MAX;
-# endif
#endif
#ifdef PNG_SETJMP_SUPPORTED