]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Wed, 25 Sep 2013 10:38:29 +0000 (10:38 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Wed, 25 Sep 2013 10:38:29 +0000 (10:38 +0000)
coders/dcm.c

index 4e549249af3746ab01c19b6bf283356b7c0038d8..64bb7f3da9a2c0d3c2d92f8edd258b6d38371a43 100644 (file)
@@ -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)
       {