From aa9216de00b6b02ab38d2be69e1e5f08c97fe22c Mon Sep 17 00:00:00 2001 From: paulberg Date: Mon, 27 Feb 2006 21:31:39 +0000 Subject: some further 'facelifting' --- jdmaster.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'jdmaster.c') diff --git a/jdmaster.c b/jdmaster.c index 0cdafbd..188baf1 100644 --- a/jdmaster.c +++ b/jdmaster.c @@ -485,14 +485,7 @@ master_selection (j_decompress_ptr cinfo) if (cinfo->arith_code) { jinit_arith_decoder(cinfo); } else { - if (cinfo->progressive_mode) { -#ifdef D_PROGRESSIVE_SUPPORTED - jinit_phuff_decoder(cinfo); -#else - ERREXIT(cinfo, JERR_NOT_COMPILED); -#endif - } else - jinit_huff_decoder(cinfo); + jinit_huff_decoder(cinfo); } /* Initialize principal buffer controllers. */ -- cgit v1.2.1