diff --git a/Modules/Filtering/ColorMap/include/otbScalarToRainbowRGBPixelFunctor.h b/Modules/Filtering/ColorMap/include/otbScalarToRainbowRGBPixelFunctor.h index 5fbfe452965ea31b41b0e873cef36ae6df484d6f..ba1e0cb6e9f2d3c7423ba45b40a7413873f80ebb 100644 --- a/Modules/Filtering/ColorMap/include/otbScalarToRainbowRGBPixelFunctor.h +++ b/Modules/Filtering/ColorMap/include/otbScalarToRainbowRGBPixelFunctor.h @@ -156,20 +156,6 @@ public: RGBPixelType operator ()(const TScalar&) const ITK_OVERRIDE; - /** Set the input maximum to be mapped to red - * \deprecated use SetMaximumInputValue() */ - void SetMaximum(ScalarType max) - { - this->SetMaximumInputValue(max); - } - - /** Set the input minimum to be mapped to blue - * \deprecated use SetMinimumInputValue() */ - void SetMinimum(ScalarType min) - { - this->SetMinimumInputValue(min); - } - protected: RGBPixelType HSVToRGB(double h, double s, double v) const;