]> Creatis software - clitk.git/blobdiff - vv/vvMeshReader.cxx
Debug 4D playing with Overlay or Fusion:
[clitk.git] / vv / vvMeshReader.cxx
index 75afc697748c1677316d434ac4beb700efb47a3c..0feabf3fac5dc8123b5c12b4f468ebf2c97432bd 100644 (file)
@@ -224,13 +224,6 @@ std::vector<vvMesh::Pointer> vvMeshReader::readSelectedContours()
 {
   std::vector<vvMesh::Pointer> result;
 #if GDCM_MAJOR_VERSION == 2
-
-#if CLITK_USE_SYSTEM_GDCM == 0
-  
-  clitkExceptionMacro("ERROR ! You need to compile vv with itk4 + system_gdcm to use this function");
-
-#endif
-
   gdcm::Reader reader;
   reader.SetFileName(filename.c_str());
   reader.Read();