From f147666a5cd15542d4e427da58629f4a71cc38e1 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Wed, 17 Sep 2008 22:11:39 +0300 Subject: Miscellaneous LZ and LZMA encoder cleanups --- src/liblzma/api/lzma/lzma.h | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src/liblzma/api') diff --git a/src/liblzma/api/lzma/lzma.h b/src/liblzma/api/lzma/lzma.h index 8979b2d8..c4d5dbfa 100644 --- a/src/liblzma/api/lzma/lzma.h +++ b/src/liblzma/api/lzma/lzma.h @@ -38,13 +38,6 @@ * Usually hash chains are faster than binary trees. */ typedef enum { - LZMA_MF_INVALID = -1, - /**< - * \brief Invalid match finder ID - * - * Used as array terminator in lzma_available_match_finders. - */ - LZMA_MF_HC3 = 0x03, /**< * \brief Hash Chain with 3 bytes hashing @@ -121,13 +114,6 @@ extern lzma_bool lzma_mf_is_supported(lzma_match_finder match_finder) * finder. */ typedef enum { - LZMA_MODE_INVALID = -1, - /**< - * \brief Invalid mode - * - * Used as array terminator in lzma_available_modes. - */ - LZMA_MODE_FAST = 0, /**< * \brief Fast compression -- cgit v1.2.3