diff --git a/Core/Algorithms/src/ConvolutionDetectorResolution.cpp b/Core/Algorithms/src/ConvolutionDetectorResolution.cpp
index f3ed610e40af17fb04ab2247f8b97fe5a7e15b95..e8d96863ed67196b8f7d8b3c730222283352d5f9 100644
--- a/Core/Algorithms/src/ConvolutionDetectorResolution.cpp
+++ b/Core/Algorithms/src/ConvolutionDetectorResolution.cpp
@@ -56,7 +56,6 @@ ConvolutionDetectorResolution::ConvolutionDetectorResolution(const ConvolutionDe
 //    : IDetectorResolution(other)
 {
     m_dimension = other.m_dimension;
-    // FIXME is it ok to assign pointer to function like that ?
     m_res_function_1d=other.m_res_function_1d;
     mp_res_function_2d = other.mp_res_function_2d->clone();
     setName(other.getName());