summaryrefslogtreecommitdiff
path: root/pngpriv.h
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2015-09-24 22:39:53 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2015-09-24 22:39:53 -0500
commit01a0e8062debca08cc6a2105ec7fa02261acc551 (patch)
treec4874d9747df27c857d2f5603509e60e24df79b1 /pngpriv.h
parent5b038f83e780997dca9bd52613d4e38fc52a613c (diff)
downloadlibpng-01a0e8062debca08cc6a2105ec7fa02261acc551.tar.gz
[libpng16] Reverted addition of png_set_filler_16 and png_set_add_alpha_16()
functions. They unnecessarily duplicate png_set_filler() and png_set_add_alpha() which now work properly with 16-bit images.
Diffstat (limited to 'pngpriv.h')
-rw-r--r--pngpriv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/pngpriv.h b/pngpriv.h
index 7a549140c..c466d4bfe 100644
--- a/pngpriv.h
+++ b/pngpriv.h
@@ -599,7 +599,6 @@
#define PNG_FLAG_BENIGN_ERRORS_WARN 0x100000 /* Added to libpng-1.4.0 */
#define PNG_FLAG_APP_WARNINGS_WARN 0x200000 /* Added to libpng-1.6.0 */
#define PNG_FLAG_APP_ERRORS_WARN 0x400000 /* Added to libpng-1.6.0 */
-#define PNG_FLAG_FILLER_16 0x800000 /* old filler byte order */
/* 0x800000 unused */
/* 0x1000000 unused */
/* 0x2000000 unused */