X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=itk%2FitkImageToVTKImageFilter.txx;h=5bce5062ff428d6253576f330ce267d8d81ca6f0;hb=5240c8a9d3bda65504794dbbd0e4fc223125dad3;hp=25fcf7c5d808d48f74471bcfd8a766261f8aa898;hpb=ffa30ffca0e90ece637fadde1f3dd65166f20ab4;p=clitk.git diff --git a/itk/itkImageToVTKImageFilter.txx b/itk/itkImageToVTKImageFilter.txx index 25fcf7c..5bce506 100644 --- a/itk/itkImageToVTKImageFilter.txx +++ b/itk/itkImageToVTKImageFilter.txx @@ -65,10 +65,6 @@ ImageToVTKImageFilter m_Importer->Delete(); m_Importer = 0; } - if ( m_Exporter ) { - m_Exporter->Delete(); - m_Exporter = 0; - } }