X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=itk%2FclitkRelativePositionAnalyzerFilter.txx;h=df12ea33437c42975282662ad74015745d625041;hb=7f7c290c75d4917446f8751856ae7d450f58a6f0;hp=8313766347c19f930c5415224855674eae12cebb;hpb=d8f6cf956310ff7b123df4ad82e20b61831d09ff;p=clitk.git diff --git a/itk/clitkRelativePositionAnalyzerFilter.txx b/itk/clitkRelativePositionAnalyzerFilter.txx index 8313766..df12ea3 100644 --- a/itk/clitkRelativePositionAnalyzerFilter.txx +++ b/itk/clitkRelativePositionAnalyzerFilter.txx @@ -101,8 +101,6 @@ void clitk::RelativePositionAnalyzerFilter:: GenerateData() { - static const unsigned int dim = ImageType::ImageDimension; - ImagePointer temp = dynamic_cast(itk::ProcessObject::GetInput(0)); m_Object = dynamic_cast(itk::ProcessObject::GetInput(1)); m_Target = dynamic_cast(itk::ProcessObject::GetInput(2));