diff --git a/Code/MultiScale/otbProfileToProfileDerivativeFilter.h b/Code/MultiScale/otbProfileToProfileDerivativeFilter.h
index 147bfd030bc05ac975baa1ab42aa3c86eb714bb3..0ac7b823c99993bf0a795716f7e20299915a89ee 100644
--- a/Code/MultiScale/otbProfileToProfileDerivativeFilter.h
+++ b/Code/MultiScale/otbProfileToProfileDerivativeFilter.h
@@ -56,12 +56,10 @@ class ITK_EXPORT ProfileToProfileDerivativeFilter
   itkTypeMacro(ProfileToProfileDerivativeFilter, ImageListToImageListFilter);
   
   /** Template parameters typedefs */
-  typedef TInputImage InputImageType;
   typedef typename InputImageType::Pointer InputImagePointerType;
   typedef typename Superclass::InputImageListType InputImageListType;
   typedef typename InputImageListType::Pointer InputImageListPointerType;
   typedef typename InputImageListType::ImageType InputImageType;
-  typedef TOutputImage OutputImageType;
   typedef typename Superclass::OutputImageListType OutputImageListType;
   typedef typename OutputImageListType::Pointer OutputImageListPointerType;
   typedef typename OutputImageListType::ImageType OutputImageType;