X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2b5f62a0b2db198609b45dec622a018dae37008e..64c8307c93601b867d0d9557e4f25ca54ae6073b:/src/jpeg/jdinput.c

diff --git a/src/jpeg/jdinput.c b/src/jpeg/jdinput.c
index ce05a85815..942a99c141 100644
--- a/src/jpeg/jdinput.c
+++ b/src/jpeg/jdinput.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 {
@@ -388,9 +383,3 @@ jinit_input_controller (j_decompress_ptr cinfo)
   inputctl->inheaders = TRUE;
 }
 
-#if defined(__VISAGECPP__)
-#  ifdef start_input_pass2
-#   undef start_input_pass2
-#  endif
-#endif
-