X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7bfbbc0efb6ed51fa366f49309b092f808b4df63..d4052bcb78b0ba58ec357b47faa15c92465def20:/src/jpeg/jdmaster.c?ds=sidebyside diff --git a/src/jpeg/jdmaster.c b/src/jpeg/jdmaster.c index f853b7ad19..8a5abc71fa 100644 --- a/src/jpeg/jdmaster.c +++ b/src/jpeg/jdmaster.c @@ -15,11 +15,6 @@ #include "jinclude.h" #include "jpeglib.h" -#if defined(__VISAGECPP__) -/* Visual Age fixups for multiple declarations */ -# define start_input_pass start_input_pass2 /* already in jcmaint.c */ -#endif - /* Private state */ typedef struct { @@ -560,9 +555,3 @@ jinit_master_decompress (j_decompress_ptr cinfo) master_selection(cinfo); } -#if defined(__VISAGECPP__) -# ifdef start_input_pass2 -# undef start_input_pass2 -# endif -#endif -