]> Creatis software - gdcm.git/blobdiff - src/gdcmFile.cxx
* SpuriousFile.raw removed...
[gdcm.git] / src / gdcmFile.cxx
index 522e3f54f8d5b3efadc3f84485ee510017eff09e..9351047766c5a75de5e3a692d031e20527ff8682 100644 (file)
@@ -430,12 +430,6 @@ size_t gdcmFile::GetImageDataIntoVector (void* destination, size_t MaxSize) {
 // Just to 'see' was was actually read on disk :-(
 // Some troubles expected
 
-FILE *  fpSpurious;
-fpSpurious=fopen("SpuriousFile.raw","w"); 
-fwrite(destination,lgrTotale, 1,fpSpurious);
-fclose(fpSpurious);
-
-
    // *Try* to deal with the color
    // ----------------------------