Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvng <viktor.govako@gmail.com>2013-11-04 18:42:41 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:04:39 +0300
commitbd4745605df765f120a977d8789656cf27efd979 (patch)
treef9ee7b4f6cf9a918f926e6afc8da85beff2f4591 /map/animator.cpp
parent2899b267593fd899e22da353477bc791efeb55fc (diff)
Code review.
Diffstat (limited to 'map/animator.cpp')
-rw-r--r--map/animator.cpp3
1 files changed, 0 insertions, 3 deletions
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();
}