]> Creatis software - gdcm.git/blobdiff - src/gdcmHeader.cxx
* gdcmPython/Makefile.am fixed linking against libstdc++
[gdcm.git] / src / gdcmHeader.cxx
index 0d21112109206bc53eaaf150f1639e067d87be2f..a16d0693841a40f35696f18e52fc917dd1c5aebd 100644 (file)
@@ -730,16 +730,7 @@ void gdcmHeader::LoadElementValue(gdcmElValue * ElVal) {
    if( group == 0xfffe )
       SkipLoad = true;
 
-   // The group length doesn't represent data to be loaded in memory, since
-   // each element of the group shall be loaded individualy.
-   if( elem == 0 )
-      //SkipLoad = true;       // modif sauvage JPR
-                               // On charge la longueur du groupe
-                               // quand l'element 0x0000 est prĂ©sent !
-
    if ( SkipLoad ) {
-           // FIXME the following skip is not necessary
-      SkipElementValue(ElVal);
       ElVal->SetLength(0);
       ElVal->SetValue("gdcm::Skipped");
       return;