From 5763e8fcdfd59715621757edde6d1d2c1dba2948 Mon Sep 17 00:00:00 2001 From: cristy Date: Wed, 25 Sep 2013 10:38:29 +0000 Subject: [PATCH] --- coders/dcm.c | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/coders/dcm.c b/coders/dcm.c index 4e549249a..64bb7f3da 100644 --- a/coders/dcm.c +++ b/coders/dcm.c @@ -3145,12 +3145,7 @@ static Image *ReadDCMImage(const ImageInfo *image_info,ExceptionInfo *exception) break; } default: - { - (void) FormatLocaleFile(stderr,"(%04x,%04x) %d %d " - "not found in dictionary\n",(int) group,(int) element,(int) - length,datum); break; - } } break; } @@ -3380,12 +3375,7 @@ static Image *ReadDCMImage(const ImageInfo *image_info,ExceptionInfo *exception) break; } default: - { - (void) FormatLocaleFile(stderr,"(%04x,%04x) %d %d " - "not found in dictionary\n",(int) group,(int) element,(int) - length,datum); break; - } } break; } @@ -3401,22 +3391,12 @@ static Image *ReadDCMImage(const ImageInfo *image_info,ExceptionInfo *exception) break; } default: - { - (void) FormatLocaleFile(stderr,"(%04x,%04x) %d %d " - "not found in dictionary\n",(int) group,(int) element,(int) - length,datum); break; - } } break; } default: - { - (void) FormatLocaleFile(stderr,"(%04x,%04x) %d %d " - "not found in dictionary\n",(int) group,(int) element,(int) length, - datum); break; - } } if (data != (unsigned char *) NULL) { -- 2.50.0