diff --git a/modules/core/include/visp3/core/vpUnscentedKalman.h b/modules/core/include/visp3/core/vpUnscentedKalman.h index 7dc179896e..d3a5abcca0 100644 --- a/modules/core/include/visp3/core/vpUnscentedKalman.h +++ b/modules/core/include/visp3/core/vpUnscentedKalman.h @@ -183,18 +183,6 @@ class VISP_EXPORT vpUnscentedKalman typedef std::function vpAddSubFunction; /** -<<<<<<< HEAD -======= - * \brief Residual function, which computes either the equivalent of the subtraction in the - * state space or the equivalent of the subtraction in the measurement space. - * The first argument is the vector to which we must subtract something - * and the second argument is the thing to be subtracted. The return is the - * result of this "subtraction". - */ - typedef std::function vpAddFunction; - - /** ->>>>>>> master * \brief Construct a new vpUnscentedKalman object. * * \param[in] Q The covariance introduced by performing the prediction step.