]> Creatis software - gdcm.git/blobdiff - Example/exExtractOverlaysDCM.cxx
avoid warnings
[gdcm.git] / Example / exExtractOverlaysDCM.cxx
index b908201138aa7df4ae0113b2599b6361a8a6808f..03285ee7846e34e5190d35e68ad996564c6e9403 100755 (executable)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: exExtractOverlaysDCM.cxx,v $
   Language:  C++
-  Date:      $Date: 2007/09/14 08:23:34 $
-  Version:   $Revision: 1.2 $
+  Date:      $Date: 2007/10/19 15:06:08 $
+  Version:   $Revision: 1.3 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -150,8 +150,6 @@ int main(int argc, char *argv[])
          continue;
       }
 
-      uint8_t *outputData = new uint8_t[nxy];
-
       GDCM_NAME_SPACE::DataEntry *e = f->GetDataEntry(currentOvlGroup, 0x3000);
       if (e == 0)
       {