diff --git a/map/animator.cpp b/map/animator.cpp index 5d04e83ec2..bb1c8e9de3 100644 --- a/map/animator.cpp +++ b/map/animator.cpp @@ -48,9 +48,6 @@ void Animator::RotateScreen(double startAngle, double endAngle) { if (m_rotateScreenTask) { - if (inProgress) - m_rotateScreenTask->Cancel(); - m_rotateScreenTask->Unlock(); m_rotateScreenTask.reset(); }