[master] Removed reference to some non-exported functions from scripts/*.def

These functions won't be exported until libpng-1.4.0
This commit is contained in:
Glenn Randers-Pehrson
2009-11-12 11:31:09 -06:00
parent bcb1b414ed
commit 8397b45b20
5 changed files with 6 additions and 30 deletions

View File

@@ -11,7 +11,6 @@ DATA PRELOAD MOVEABLE MULTIPLE
EXPORTS
png_build_grayscale_palette
png_check_sig
png_chunk_error
@@ -225,14 +224,6 @@ EXPORTS
; Added at version 1.2.41
png_write_sig
png_benign_error
png_benign_chunk_error
png_set_benign_error
png_get_io_chunk_name
png_get_io_state
png_set_premultiply_alpha
png_get_chunk_cache_max
png_set_chunk_cache_max
png_check_cHRM_fixed
; These are not present when libpng is compiled with PNG_NO_GLOBAL_ARRAYS