Removed unused #defines.

This commit is contained in:
Nathan Moinvaziri 2017-10-23 11:12:38 -07:00
parent 0b784281a8
commit bf1b974388

View File

@ -43,9 +43,6 @@ extern "C" {
// MZ_COMPRESS_OPTIONS
#define MZ_COMPRESS_LEVEL_DEFAULT (-1)
#define MZ_COMPRESS_WINDOW_BITS_DEFAULT (0)
#define MZ_COMPRESS_MEM_LEVEL_DEFAULT (0)
#define MZ_COMPRESS_STRATEGY_DEFAULT (-1)
// MZ_ZIP_FLAG
#define MZ_ZIP_FLAG_ENCRYPTED (1 << 0)