Skip to content
Snippets Groups Projects
Commit 333c2044 authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Remove one badly placed resetDerived()

parent 7021a72f
No related branches found
No related tags found
No related merge requests found
Pipeline #4260 passed
...@@ -328,8 +328,6 @@ void ProcessorMotion::processCapture(CaptureBasePtr _incoming_ptr) ...@@ -328,8 +328,6 @@ void ProcessorMotion::processCapture(CaptureBasePtr _incoming_ptr)
getProblem()->keyFrameCallback(key_frame, shared_from_this(), params_motion_->time_tolerance); getProblem()->keyFrameCallback(key_frame, shared_from_this(), params_motion_->time_tolerance);
} }
resetDerived();
// clear incoming just in case // clear incoming just in case
incoming_ptr_ = nullptr; // This line is not really needed, but it makes things clearer. incoming_ptr_ = nullptr; // This line is not really needed, but it makes things clearer.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment