Bug 208607 - configure away unused png write code. Patch by

randeg@alum.rpi.edu, r=pavlov, sr=tor


git-svn-id: svn://10.0.0.236/trunk@144422 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
tor%cs.brown.edu
2003-07-03 06:51:18 +00:00
parent 7b2fed7678
commit b82d67f5fd
2 changed files with 2 additions and 3 deletions

View File

@@ -8,3 +8,4 @@ Changes made to pristine png source by mozilla.org developers.
2003/06/11 -- add mozpngconf.h (bug 208607)
2003/07/03 -- enable PNG_NO_WRITE_SUPPORTED in mozpngconf.h (bug 208607)

View File

@@ -68,8 +68,6 @@
#define PNG_NO_READ_OPT_PLTE
#define PNG_NO_MNG_FEATURES
#define PNG_NO_WRITE_TRANSFORMS
#define PNG_NO_WRITE_EMPTY_PLTE
#define PNG_NO_WRITE_ANCILLARY_CHUNKS
#define PNG_NO_WRITE_SUPPORTED
#endif