diff options
author | George Hazan <george.hazan@gmail.com> | 2013-08-12 20:22:23 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-08-12 20:22:23 +0000 |
commit | d60f928fe512a067719cfc6e9a88eb9d56ad47ac (patch) | |
tree | 89b063158765e9c40ccbdc3d100944e39f9dc22a /include | |
parent | 25cb5bf3f7a6b7c9e71ffc9f26eefd7d8093a0c7 (diff) |
unused setting removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@5663 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include')
-rw-r--r-- | include/m_freeimage.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/m_freeimage.h b/include/m_freeimage.h index 251408aa50..62328cb9e0 100644 --- a/include/m_freeimage.h +++ b/include/m_freeimage.h @@ -707,7 +707,6 @@ typedef void (DLL_CALLCONV *FI_InitProc)(Plugin *plugin, int format_id); #define PNG_DEFAULT 0
#define PNG_IGNOREGAMMA 1 // loading: avoid gamma correction
#define PNG_Z_BEST_SPEED 0x0001 // save using ZLib level 1 compression flag (default value is 6)
-#define PNG_Z_DEFAULT_COMPRESSION 0x0006 // save using ZLib level 6 compression flag (default recommended value)
#define PNG_Z_BEST_COMPRESSION 0x0009 // save using ZLib level 9 compression flag (default value is 6)
#define PNG_Z_NO_COMPRESSION 0x0100 // save without ZLib compression
#define PNG_INTERLACED 0x0200 // save using Adam7 interlacing (use | to combine with other save flags)
|