From 2ff8e8473a4bacbe071ea75bfc933a0d29f3edd7 Mon Sep 17 00:00:00 2001 From: dcommander Date: Sun, 18 May 2014 18:33:44 +0000 Subject: Remove MS-DOS code and information, and adjust copyright headers to reflect the removal of features in r1307 and r1308. libjpeg-turbo has never supported MS-DOS, nor is it even possible for us to do so. git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1312 632fc199-4ca6-4c93-a231-07263d6284db --- jpegtran.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'jpegtran.c') diff --git a/jpegtran.c b/jpegtran.c index c7906f4..6b40de3 100644 --- a/jpegtran.c +++ b/jpegtran.c @@ -395,13 +395,6 @@ main (int argc, char **argv) dstinfo.err = jpeg_std_error(&jdsterr); jpeg_create_compress(&dstinfo); - /* Now safe to enable signal catcher. - * Note: we assume only the decompression object will have virtual arrays. - */ -#ifdef NEED_SIGNAL_CATCHER - enable_signal_catcher((j_common_ptr) &srcinfo); -#endif - /* Scan command line to find file names. * It is convenient to use just one switch-parsing routine, but the switch * values read here are mostly ignored; we will rescan the switches after -- cgit v1.2.3