summaryrefslogtreecommitdiff
path: root/jcmaster.c
diff options
context:
space:
mode:
authorGuido Vollbeding <jpeg-info@uc.ag>2010-02-28 00:00:00 +0000
committerDRC <information@libjpeg-turbo.org>2015-07-27 13:46:36 -0500
commitf18f81b7e20cf993786a3348960ab2428762deee (patch)
tree5931744282be16ee791b0ec43b9289aeb00b17e2 /jcmaster.c
parent989630f70cf1af69ebfefca8910d1647bf189712 (diff)
The Independent JPEG Group's JPEG software v8a
Diffstat (limited to 'jcmaster.c')
-rw-r--r--jcmaster.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/jcmaster.c b/jcmaster.c
index 5284e58..660883f 100644
--- a/jcmaster.c
+++ b/jcmaster.c
@@ -187,10 +187,6 @@ jpeg_calc_jpeg_dimensions (j_compress_ptr cinfo)
cinfo->min_DCT_v_scaled_size = DCTSIZE;
#endif /* DCT_SCALING_SUPPORTED */
-
- cinfo->block_size = DCTSIZE;
- cinfo->natural_order = jpeg_natural_order;
- cinfo->lim_Se = DCTSIZE2-1;
}