From 376a8ffdb2663ecd9f5014a4dfc9b273a94c78be Mon Sep 17 00:00:00 2001
From: Julien Malik <julien.malik@c-s.fr>
Date: Wed, 26 Nov 2014 18:13:19 +0100
Subject: [PATCH] STYLE: remove commented code

---
 Code/Simulation/otbSpectralResponse.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/Code/Simulation/otbSpectralResponse.h b/Code/Simulation/otbSpectralResponse.h
index 7d27b5094a..27ab5f5e41 100644
--- a/Code/Simulation/otbSpectralResponse.h
+++ b/Code/Simulation/otbSpectralResponse.h
@@ -180,10 +180,6 @@ private:
   SpectralResponse(const Self&); //purposely not implemented
   void operator=(const Self&); //purposely not implemented
 
-
-  /** Interpolator to calcul f(lambda)*///TODO implement the interpolator
-  //typename InterpolatorType::Pointer m_Interpolator;
-
 };
 
 }// end namespace otb
-- 
GitLab