From: jpr Date: Tue, 20 Sep 2005 08:50:57 +0000 (+0000) Subject: Remove useless variable, to avoid warning X-Git-Tag: Version1.2.bp~79 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=ed5c0ca0af369dee332b0100e73465583a4309d3;p=gdcm.git Remove useless variable, to avoid warning --- diff --git a/vtk/vtkGdcmReader.cxx b/vtk/vtkGdcmReader.cxx index cb2bb4b2..a503fcb1 100644 --- a/vtk/vtkGdcmReader.cxx +++ b/vtk/vtkGdcmReader.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: vtkGdcmReader.cxx,v $ Language: C++ - Date: $Date: 2005/09/16 17:19:27 $ - Version: $Revision: 1.83 $ + Date: $Date: 2005/09/20 08:50:57 $ + Version: $Revision: 1.84 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -69,7 +69,7 @@ #include #include -vtkCxxRevisionMacro(vtkGdcmReader, "$Revision: 1.83 $") +vtkCxxRevisionMacro(vtkGdcmReader, "$Revision: 1.84 $") vtkStandardNewMacro(vtkGdcmReader) //----------------------------------------------------------------------------- @@ -755,7 +755,7 @@ void vtkGdcmReader::LoadImageInMemory( numComponents = f->GetNumberOfScalarComponents(); //rgb or mono vtkDebugMacro(<< "numComponents:" << numComponents); vtkDebugMacro(<< "Copying to memory image [" << f->GetFileName().c_str() << "]"); - size_t size; + //size_t size; // If the data structure of vtk for image/volume representation // were straigthforwards the following would be enough: